Html Css Color HEX #6B05BE Purple Heart

📋 copy color: '#6B05BE'

red 107 ◦ green 5 ◦ blue 190

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

Shades of Purple Heart #6B05BE

Tints of Purple Heart #6B05BE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.66%

 BLUE value IS 190 (74.61% from 255) = 62.91%

R = 35.43%
G = 1.66%
B = 62.91%

CMYK

 C value IS 0.44

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B05BE (or 0x6B05BE) is known color: Purple Heart. HEX triplet: 6B, 05 and BE. RGB value is (107,5,190). Sum of RGB (Red+Green+Blue) = 107+5+190=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 190 (74.61% from 255 or 62.91% from 302); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B05BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B05BE is #94FA41. Grayscale: #373737. Windows color (decimal): -9763394 or 12453227. OLE color: 12453227.

HSL color Cylindrical-coordinate representation of color #6B05BE: hue angle of 273.08º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B05BE is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 5 190 -
CMYK 0.44 0.97 0 0.25
HSL 273.08º 0.95% 0.38% -
HSV(B) 273.08º 0.97% 0.75% -
XYZ 15.41 6.95 49.24 -
YUV 56.59 203.29 163.96 -
System Red Green Blue C M Y K H S L
Decimal 107 5 190 0.44 0.97 0 0.25 273.08 0.95 0.38
Hex 6B 5 BE 2C 61 0 19 111 5F 26
Octal 153 5 276 54 141 0 31 421 137 46
Binary 1101011 101 10111110 101100 1100001 0 11001 100010001 1011111 100110

Color Harmonies of #6B05BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B05BE

Black with #6B05BE

Text Example


Text Example

White with #6B05BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,5,190); }

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

background-color css

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

 a { background-color: rgb(107,5,190); }

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

border-color css

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

 span { border-color: rgb(107,5,190); }

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