Html Css Color HEX #6B037E Purple

📋 copy color: '#6B037E'

red 107 ◦ green 3 ◦ blue 126

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

Shades of Purple #6B037E

Tints of Purple #6B037E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

 BLUE value IS 126 (49.61% from 255) = 53.39%

R = 45.34%
G = 1.27%
B = 53.39%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6B037E (or 0x6B037E) is known color: Purple. HEX triplet: 6B, 03 and 7E. RGB value is (107,3,126). Sum of RGB (Red+Green+Blue) = 107+3+126=236 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.34% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #6B037E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B037E is #94FC81. Grayscale: #2F2F2F. Windows color (decimal): -9763970 or 8258411. OLE color: 8258411.

HSL color Cylindrical-coordinate representation of color #6B037E: hue angle of 290.73º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B037E is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 107 3 126 -
CMYK 0.15 0.98 0 0.51
HSL 290.73º 0.95% 0.25% -
HSV(B) 290.73º 0.98% 0.49% -
XYZ 9.86 4.7 20.13 -
YUV 48.12 171.96 170 -
System Red Green Blue C M Y K H S L
Decimal 107 3 126 0.15 0.98 0 0.51 290.73 0.95 0.25
Hex 6B 3 7E F 62 0 33 123 5F 19
Octal 153 3 176 17 142 0 63 443 137 31
Binary 1101011 11 1111110 1111 1100010 0 110011 100100011 1011111 11001

Color Harmonies of #6B037E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B037E

Black with #6B037E

Text Example


Text Example

White with #6B037E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,3,126); }

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

background-color css

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

 a { background-color: rgb(107,3,126); }

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

border-color css

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

 span { border-color: rgb(107,3,126); }

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