Html Css Color HEX #6B028A Purple

📋 copy color: '#6B028A'

red 107 ◦ green 2 ◦ blue 138

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

Shades of Purple #6B028A

Tints of Purple #6B028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 55.87%

R = 43.32%
G = 0.81%
B = 55.87%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6B028A (or 0x6B028A) is known color: Purple. HEX triplet: 6B, 02 and 8A. RGB value is (107,2,138). Sum of RGB (Red+Green+Blue) = 107+2+138=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 138 (54.30% from 255 or 55.87% from 247); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B028A is #94FD75. Grayscale: #303030. Windows color (decimal): -9764214 or 9044587. OLE color: 9044587.

HSL color Cylindrical-coordinate representation of color #6B028A: hue angle of 286.32º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B028A is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 107 2 138 -
CMYK 0.22 0.99 0 0.46
HSL 286.32º 0.97% 0.27% -
HSV(B) 286.32º 0.99% 0.54% -
XYZ 10.67 5 24.45 -
YUV 48.9 178.29 169.44 -
System Red Green Blue C M Y K H S L
Decimal 107 2 138 0.22 0.99 0 0.46 286.32 0.97 0.27
Hex 6B 2 8A 16 63 0 2E 11E 61 1B
Octal 153 2 212 26 143 0 56 436 141 33
Binary 1101011 10 10001010 10110 1100011 0 101110 100011110 1100001 11011

Color Harmonies of #6B028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B028A

Black with #6B028A

Text Example


Text Example

White with #6B028A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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