Html Css Color HEX #69279C Royal Purple

📋 copy color: '#69279C'

red 105 ◦ green 39 ◦ blue 156

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

Shades of Royal Purple #69279C

Tints of Royal Purple #69279C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13%

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

R = 35%
G = 13%
B = 52%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69279C (or 0x69279C) is known color: Royal Purple. HEX triplet: 69, 27 and 9C. RGB value is (105,39,156). Sum of RGB (Red+Green+Blue) = 105+39+156=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #69279C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69279C is #96D863. Grayscale: #474747. Windows color (decimal): -9885796 or 10233705. OLE color: 10233705.

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

Color convert

RGB 105 39 156 -
CMYK 0.33 0.75 0 0.39
HSL 273.85º 0.6% 0.38% -
HSV(B) 273.85º 0.75% 0.61% -
XYZ 12.55 6.85 32.11 -
YUV 72.07 175.37 151.49 -
System Red Green Blue C M Y K H S L
Decimal 105 39 156 0.33 0.75 0 0.39 273.85 0.6 0.38
Hex 69 27 9C 21 4B 0 27 112 3C 26
Octal 151 47 234 41 113 0 47 422 74 46
Binary 1101001 100111 10011100 100001 1001011 0 100111 100010010 111100 100110

Color Harmonies of #69279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69279C

Black with #69279C

Text Example


Text Example

White with #69279C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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