Html Css Color HEX #6B4298 Royal Purple

📋 copy color: '#6B4298'

red 107 ◦ green 66 ◦ blue 152

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

Shades of Royal Purple #6B4298

Tints of Royal Purple #6B4298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 46.77%

R = 32.92%
G = 20.31%
B = 46.77%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6B4298 (or 0x6B4298) is known color: Royal Purple. HEX triplet: 6B, 42 and 98. RGB value is (107,66,152). Sum of RGB (Red+Green+Blue) = 107+66+152=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #6B4298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4298 is #94BD67. Grayscale: #575757. Windows color (decimal): -9747816 or 9978475. OLE color: 9978475.

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

Color convert

RGB 107 66 152 -
CMYK 0.30 0.57 0 0.40
HSL 268.6º 0.39% 0.43% -
HSV(B) 268.6º 0.57% 0.6% -
XYZ 13.68 9.29 30.78 -
YUV 88.06 164.08 141.51 -
System Red Green Blue C M Y K H S L
Decimal 107 66 152 0.30 0.57 0 0.40 268.6 0.39 0.43
Hex 6B 42 98 1E 39 0 28 10D 27 2B
Octal 153 102 230 36 71 0 50 415 47 53
Binary 1101011 1000010 10011000 11110 111001 0 101000 100001101 100111 101011

Color Harmonies of #6B4298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4298

Black with #6B4298

Text Example


Text Example

White with #6B4298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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