Html Css Color HEX #6B28BA Purple Heart

📋 copy color: '#6B28BA'

red 107 ◦ green 40 ◦ blue 186

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

Shades of Purple Heart #6B28BA

Tints of Purple Heart #6B28BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.86%

R = 32.13%
G = 12.01%
B = 55.86%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6B28BA (or 0x6B28BA) is known color: Purple Heart. HEX triplet: 6B, 28 and BA. RGB value is (107,40,186). Sum of RGB (Red+Green+Blue) = 107+40+186=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B28BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B28BA is #94D745. Grayscale: #4C4C4C. Windows color (decimal): -9754438 or 12200043. OLE color: 12200043.

HSL color Cylindrical-coordinate representation of color #6B28BA: hue angle of 267.53º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B28BA is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 107 40 186 -
CMYK 0.42 0.78 0 0.27
HSL 267.53º 0.65% 0.44% -
HSV(B) 267.53º 0.78% 0.73% -
XYZ 15.69 8.19 47.21 -
YUV 76.68 189.7 149.63 -
System Red Green Blue C M Y K H S L
Decimal 107 40 186 0.42 0.78 0 0.27 267.53 0.65 0.44
Hex 6B 28 BA 2A 4E 0 1B 10C 41 2C
Octal 153 50 272 52 116 0 33 414 101 54
Binary 1101011 101000 10111010 101010 1001110 0 11011 100001100 1000001 101100

Color Harmonies of #6B28BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B28BA

Black with #6B28BA

Text Example


Text Example

White with #6B28BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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