Html Css Color HEX #6B28B6 Purple Heart

📋 copy color: '#6B28B6'

red 107 ◦ green 40 ◦ blue 182

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

Shades of Purple Heart #6B28B6

Tints of Purple Heart #6B28B6

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.16%

 BLUE value IS 182 (71.48% from 255) = 55.32%

R = 32.52%
G = 12.16%
B = 55.32%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6B28B6 (or 0x6B28B6) is known color: Purple Heart. HEX triplet: 6B, 28 and B6. RGB value is (107,40,182). Sum of RGB (Red+Green+Blue) = 107+40+182=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 182 (71.48% from 255 or 55.32% from 329); Max value from RGB is 182 - color contains mainly: blue. Hex color #6B28B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B28B6 is #94D749. Grayscale: #4B4B4B. Windows color (decimal): -9754442 or 11937899. OLE color: 11937899.

HSL color Cylindrical-coordinate representation of color #6B28B6: hue angle of 268.31º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B28B6 is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 107 40 182 -
CMYK 0.41 0.78 0 0.29
HSL 268.31º 0.64% 0.44% -
HSV(B) 268.31º 0.78% 0.71% -
XYZ 15.27 8.02 45 -
YUV 76.22 187.7 149.95 -
System Red Green Blue C M Y K H S L
Decimal 107 40 182 0.41 0.78 0 0.29 268.31 0.64 0.44
Hex 6B 28 B6 29 4E 0 1D 10C 40 2C
Octal 153 50 266 51 116 0 35 414 100 54
Binary 1101011 101000 10110110 101001 1001110 0 11101 100001100 1000000 101100

Color Harmonies of #6B28B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B28B6

Black with #6B28B6

Text Example


Text Example

White with #6B28B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,40,182); }

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

background-color css

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

 a { background-color: rgb(107,40,182); }

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

border-color css

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

 span { border-color: rgb(107,40,182); }

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