Html Css Color HEX #6B429B Royal Purple

📋 copy color: '#6B429B'

red 107 ◦ green 66 ◦ blue 155

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

Shades of Royal Purple #6B429B

Tints of Royal Purple #6B429B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.12%

 BLUE value IS 155 (60.94% from 255) = 47.26%

R = 32.62%
G = 20.12%
B = 47.26%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6B429B (or 0x6B429B) is known color: Royal Purple. HEX triplet: 6B, 42 and 9B. RGB value is (107,66,155). Sum of RGB (Red+Green+Blue) = 107+66+155=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B429B is #94BD64. Grayscale: #585858. Windows color (decimal): -9747813 or 10175083. OLE color: 10175083.

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

Color convert

RGB 107 66 155 -
CMYK 0.31 0.57 0 0.39
HSL 267.64º 0.4% 0.43% -
HSV(B) 267.64º 0.57% 0.61% -
XYZ 13.93 9.39 32.09 -
YUV 88.41 165.58 141.26 -
System Red Green Blue C M Y K H S L
Decimal 107 66 155 0.31 0.57 0 0.39 267.64 0.4 0.43
Hex 6B 42 9B 1F 39 0 27 10C 28 2B
Octal 153 102 233 37 71 0 47 414 50 53
Binary 1101011 1000010 10011011 11111 111001 0 100111 100001100 101000 101011

Color Harmonies of #6B429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B429B

Black with #6B429B

Text Example


Text Example

White with #6B429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,66,155); }

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

background-color css

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

 a { background-color: rgb(107,66,155); }

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

border-color css

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

 span { border-color: rgb(107,66,155); }

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