Html Css Color HEX #6B028B Purple

📋 copy color: '#6B028B'

red 107 ◦ green 2 ◦ blue 139

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

Shades of Purple #6B028B

Tints of Purple #6B028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 56.05%

R = 43.15%
G = 0.81%
B = 56.05%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B028B (or 0x6B028B) is known color: Purple. HEX triplet: 6B, 02 and 8B. RGB value is (107,2,139). Sum of RGB (Red+Green+Blue) = 107+2+139=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B028B is #94FD74. Grayscale: #303030. Windows color (decimal): -9764213 or 9110123. OLE color: 9110123.

HSL color Cylindrical-coordinate representation of color #6B028B: hue angle of 285.99º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B028B is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 2 139 -
CMYK 0.23 0.99 0 0.45
HSL 285.99º 0.97% 0.28% -
HSV(B) 285.99º 0.99% 0.55% -
XYZ 10.75 5.03 24.83 -
YUV 49.01 178.79 169.36 -
System Red Green Blue C M Y K H S L
Decimal 107 2 139 0.23 0.99 0 0.45 285.99 0.97 0.28
Hex 6B 2 8B 17 63 0 2D 11E 61 1C
Octal 153 2 213 27 143 0 55 436 141 34
Binary 1101011 10 10001011 10111 1100011 0 101101 100011110 1100001 11100

Color Harmonies of #6B028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B028B

Black with #6B028B

Text Example


Text Example

White with #6B028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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