Html Css Color HEX #6B026D Purple

📋 copy color: '#6B026D'

red 107 ◦ green 2 ◦ blue 109

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

Shades of Purple #6B026D

Tints of Purple #6B026D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

 BLUE value IS 109 (42.97% from 255) = 50%

R = 49.08%
G = 0.92%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6B026D (or 0x6B026D) is known color: Purple. HEX triplet: 6B, 02 and 6D. RGB value is (107,2,109). Sum of RGB (Red+Green+Blue) = 107+2+109=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B026D is #94FD92. Grayscale: #2D2D2D. Windows color (decimal): -9764243 or 7144043. OLE color: 7144043.

HSL color Cylindrical-coordinate representation of color #6B026D: hue angle of 298.88º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B026D is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 107 2 109 -
CMYK 0.02 0.98 0 0.57
HSL 298.88º 0.96% 0.22% -
HSV(B) 298.88º 0.98% 0.43% -
XYZ 8.85 4.27 14.83 -
YUV 45.59 163.79 171.8 -
System Red Green Blue C M Y K H S L
Decimal 107 2 109 0.02 0.98 0 0.57 298.88 0.96 0.22
Hex 6B 2 6D 2 62 0 39 12B 60 16
Octal 153 2 155 2 142 0 71 453 140 26
Binary 1101011 10 1101101 10 1100010 0 111001 100101011 1100000 10110

Color Harmonies of #6B026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B026D

Black with #6B026D

Text Example


Text Example

White with #6B026D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,2,109); }

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

background-color css

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

 a { background-color: rgb(107,2,109); }

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

border-color css

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

 span { border-color: rgb(107,2,109); }

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