Html Css Color HEX #69299C Royal Purple

📋 copy color: '#69299C'

red 105 ◦ green 41 ◦ blue 156

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

Shades of Royal Purple #69299C

Tints of Royal Purple #69299C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.58%

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

R = 34.77%
G = 13.58%
B = 51.66%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69299C (or 0x69299C) is known color: Royal Purple. HEX triplet: 69, 29 and 9C. RGB value is (105,41,156). Sum of RGB (Red+Green+Blue) = 105+41+156=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #69299C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69299C is #96D663. Grayscale: #484848. Windows color (decimal): -9885284 or 10234217. OLE color: 10234217.

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

Color convert

RGB 105 41 156 -
CMYK 0.33 0.74 0 0.39
HSL 273.39º 0.58% 0.39% -
HSV(B) 273.39º 0.74% 0.61% -
XYZ 12.62 6.99 32.14 -
YUV 73.25 174.7 150.65 -
System Red Green Blue C M Y K H S L
Decimal 105 41 156 0.33 0.74 0 0.39 273.39 0.58 0.39
Hex 69 29 9C 21 4A 0 27 111 3A 27
Octal 151 51 234 41 112 0 47 421 72 47
Binary 1101001 101001 10011100 100001 1001010 0 100111 100010001 111010 100111

Color Harmonies of #69299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69299C

Black with #69299C

Text Example


Text Example

White with #69299C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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