Html Css Color HEX #69159C Royal Purple

📋 copy color: '#69159C'

red 105 ◦ green 21 ◦ blue 156

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

Shades of Royal Purple #69159C

Tints of Royal Purple #69159C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.45%

 BLUE value IS 156 (61.33% from 255) = 55.32%

R = 37.23%
G = 7.45%
B = 55.32%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69159C (or 0x69159C) is known color: Royal Purple. HEX triplet: 69, 15 and 9C. RGB value is (105,21,156). Sum of RGB (Red+Green+Blue) = 105+21+156=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #69159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69159C is #96EA63. Grayscale: #3D3D3D. Windows color (decimal): -9890404 or 10229097. OLE color: 10229097.

HSL color Cylindrical-coordinate representation of color #69159C: hue angle of 277.33º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #69159C is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 21 156 -
CMYK 0.33 0.87 0 0.39
HSL 277.33º 0.76% 0.35% -
HSV(B) 277.33º 0.87% 0.61% -
XYZ 12.09 5.94 31.96 -
YUV 61.51 181.33 159.02 -
System Red Green Blue C M Y K H S L
Decimal 105 21 156 0.33 0.87 0 0.39 277.33 0.76 0.35
Hex 69 15 9C 21 57 0 27 115 4C 23
Octal 151 25 234 41 127 0 47 425 114 43
Binary 1101001 10101 10011100 100001 1010111 0 100111 100010101 1001100 100011

Color Harmonies of #69159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69159C

Black with #69159C

Text Example


Text Example

White with #69159C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69159C; }

 p { color: rgb(105,21,156); }

 H1.HeaderClassName
 {
   color: #69159C;
 }
 .AnyTagClassName
 {
   color: #69159C;
 }
</style>

background-color css

<style>
 a { background-color: #69159C; }

 a { background-color: rgb(105,21,156); }

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

border-color css

<style>
 span { border-color: #69159C; }

 span { border-color: rgb(105,21,156); }

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