Html Css Color HEX #6B05BF Purple Heart

📋 copy color: '#6B05BF'

red 107 ◦ green 5 ◦ blue 191

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

Shades of Purple Heart #6B05BF

Tints of Purple Heart #6B05BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.04%

R = 35.31%
G = 1.65%
B = 63.04%

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

#6B05BF (or 0x6B05BF) is known color: Purple Heart. HEX triplet: 6B, 05 and BF. RGB value is (107,5,191). Sum of RGB (Red+Green+Blue) = 107+5+191=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B05BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B05BF is #94FA40. Grayscale: #383838. Windows color (decimal): -9763393 or 12518763. OLE color: 12518763.

HSL color Cylindrical-coordinate representation of color #6B05BF: hue angle of 272.9º 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 #6B05BF is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 5 191 -
CMYK 0.44 0.97 0 0.25
HSL 272.9º 0.95% 0.38% -
HSV(B) 272.9º 0.97% 0.75% -
XYZ 15.52 7 49.82 -
YUV 56.7 203.79 163.88 -
System Red Green Blue C M Y K H S L
Decimal 107 5 191 0.44 0.97 0 0.25 272.9 0.95 0.38
Hex 6B 5 BF 2C 61 0 19 111 5F 26
Octal 153 5 277 54 141 0 31 421 137 46
Binary 1101011 101 10111111 101100 1100001 0 11001 100010001 1011111 100110

Color Harmonies of #6B05BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B05BF

Black with #6B05BF

Text Example


Text Example

White with #6B05BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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