Html Css Color HEX #69259C Royal Purple

📋 copy color: '#69259C'

red 105 ◦ green 37 ◦ blue 156

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

Shades of Royal Purple #69259C

Tints of Royal Purple #69259C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.42%

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

R = 35.23%
G = 12.42%
B = 52.35%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69259C (or 0x69259C) is known color: Royal Purple. HEX triplet: 69, 25 and 9C. RGB value is (105,37,156). Sum of RGB (Red+Green+Blue) = 105+37+156=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #69259C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69259C is #96DA63. Grayscale: #464646. Windows color (decimal): -9886308 or 10233193. OLE color: 10233193.

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

Color convert

RGB 105 37 156 -
CMYK 0.33 0.76 0 0.39
HSL 274.29º 0.62% 0.38% -
HSV(B) 274.29º 0.76% 0.61% -
XYZ 12.49 6.73 32.09 -
YUV 70.9 176.03 152.32 -
System Red Green Blue C M Y K H S L
Decimal 105 37 156 0.33 0.76 0 0.39 274.29 0.62 0.38
Hex 69 25 9C 21 4C 0 27 112 3E 26
Octal 151 45 234 41 114 0 47 422 76 46
Binary 1101001 100101 10011100 100001 1001100 0 100111 100010010 111110 100110

Color Harmonies of #69259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69259C

Black with #69259C

Text Example


Text Example

White with #69259C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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