Html Css Color HEX #6B409C Royal Purple

📋 copy color: '#6B409C'

red 107 ◦ green 64 ◦ blue 156

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

Shades of Royal Purple #6B409C

Tints of Royal Purple #6B409C

RGB

 RED value IS 107 (42.19% from 255) = 32.72%

 GREEN value IS 64 (25.39% from 255) = 19.57%

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

R = 32.72%
G = 19.57%
B = 47.71%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B409C (or 0x6B409C) is known color: Royal Purple. HEX triplet: 6B, 40 and 9C. RGB value is (107,64,156). Sum of RGB (Red+Green+Blue) = 107+64+156=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #6B409C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B409C is #94BF63. Grayscale: #575757. Windows color (decimal): -9748324 or 10240107. OLE color: 10240107.

HSL color Cylindrical-coordinate representation of color #6B409C: hue angle of 268.04º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B409C is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 107 64 156 -
CMYK 0.31 0.59 0 0.39
HSL 268.04º 0.42% 0.43% -
HSV(B) 268.04º 0.59% 0.61% -
XYZ 13.9 9.19 32.49 -
YUV 87.35 166.75 142.02 -
System Red Green Blue C M Y K H S L
Decimal 107 64 156 0.31 0.59 0 0.39 268.04 0.42 0.43
Hex 6B 40 9C 1F 3B 0 27 10C 2A 2B
Octal 153 100 234 37 73 0 47 414 52 53
Binary 1101011 1000000 10011100 11111 111011 0 100111 100001100 101010 101011

Color Harmonies of #6B409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B409C

Black with #6B409C

Text Example


Text Example

White with #6B409C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B409C; }

 p { color: rgb(107,64,156); }

 H1.HeaderClassName
 {
   color: #6B409C;
 }
 .AnyTagClassName
 {
   color: #6B409C;
 }
</style>

background-color css

<style>
 a { background-color: #6B409C; }

 a { background-color: rgb(107,64,156); }

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

border-color css

<style>
 span { border-color: #6B409C; }

 span { border-color: rgb(107,64,156); }

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