Html Css Color HEX #6B05BB Purple Heart

📋 copy color: '#6B05BB'

red 107 ◦ green 5 ◦ blue 187

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

Shades of Purple Heart #6B05BB

Tints of Purple Heart #6B05BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.54%

R = 35.79%
G = 1.67%
B = 62.54%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6B05BB (or 0x6B05BB) is known color: Purple Heart. HEX triplet: 6B, 05 and BB. RGB value is (107,5,187). Sum of RGB (Red+Green+Blue) = 107+5+187=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #6B05BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B05BB is #94FA44. Grayscale: #373737. Windows color (decimal): -9763397 or 12256619. OLE color: 12256619.

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

Color convert

RGB 107 5 187 -
CMYK 0.43 0.97 0 0.27
HSL 273.63º 0.95% 0.38% -
HSV(B) 273.63º 0.97% 0.73% -
XYZ 15.09 6.82 47.54 -
YUV 56.25 201.79 164.2 -
System Red Green Blue C M Y K H S L
Decimal 107 5 187 0.43 0.97 0 0.27 273.63 0.95 0.38
Hex 6B 5 BB 2B 61 0 1B 112 5F 26
Octal 153 5 273 53 141 0 33 422 137 46
Binary 1101011 101 10111011 101011 1100001 0 11011 100010010 1011111 100110

Color Harmonies of #6B05BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B05BB

Black with #6B05BB

Text Example


Text Example

White with #6B05BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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