Html Css Color HEX #69229B Royal Purple

📋 copy color: '#69229B'

red 105 ◦ green 34 ◦ blue 155

#69229B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #69229B

Tints of Royal Purple #69229B

RGB

 RED value IS 105 (41.41% from 255) = 35.71%

 GREEN value IS 34 (13.67% from 255) = 11.56%

 BLUE value IS 155 (60.94% from 255) = 52.72%

R = 35.71%
G = 11.56%
B = 52.72%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#69229B (or 0x69229B) is known color: Royal Purple. HEX triplet: 69, 22 and 9B. RGB value is (105,34,155). Sum of RGB (Red+Green+Blue) = 105+34+155=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #69229B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69229B is #96DD64. Grayscale: #444444. Windows color (decimal): -9887077 or 10166889. OLE color: 10166889.

HSL color Cylindrical-coordinate representation of color #69229B: hue angle of 275.21º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #69229B is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 34 155 -
CMYK 0.32 0.78 0 0.39
HSL 275.21º 0.64% 0.37% -
HSV(B) 275.21º 0.78% 0.61% -
XYZ 12.31 6.51 31.62 -
YUV 69.02 176.52 153.66 -
System Red Green Blue C M Y K H S L
Decimal 105 34 155 0.32 0.78 0 0.39 275.21 0.64 0.37
Hex 69 22 9B 20 4E 0 27 113 40 25
Octal 151 42 233 40 116 0 47 423 100 45
Binary 1101001 100010 10011011 100000 1001110 0 100111 100010011 1000000 100101

Color Harmonies of #69229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69229B

Black with #69229B

Text Example


Text Example

White with #69229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69229B; }

 p { color: rgb(105,34,155); }

 H1.HeaderClassName
 {
   color: #69229B;
 }
 .AnyTagClassName
 {
   color: #69229B;
 }
</style>

background-color css

<style>
 a { background-color: #69229B; }

 a { background-color: rgb(105,34,155); }

 div.DivClassName
 {
   background-color: #69229B;
 }
 .BgClassName
 {
   background-color: #69229B;
 }
</style>

border-color css

<style>
 span { border-color: #69229B; }

 span { border-color: rgb(105,34,155); }

 td.TdClassName
 {
   border-color: #69229B;
 }
 .TagClassName
 {
   border-color: #69229B;
 }
</style>