Html Css Color HEX #6007BF Purple Heart

📋 copy color: '#6007BF'

red 96 ◦ green 7 ◦ blue 191

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

Shades of Purple Heart #6007BF

Tints of Purple Heart #6007BF

RGB

 RED value IS 96 (37.89% from 255) = 32.65%

 GREEN value IS 7 (3.13% from 255) = 2.38%

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

R = 32.65%
G = 2.38%
B = 64.97%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6007BF (or 0x6007BF) is known color: Purple Heart. HEX triplet: 60, 07 and BF. RGB value is (96,7,191). Sum of RGB (Red+Green+Blue) = 96+7+191=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 191 (75% from 255 or 64.97% from 294); Max value from RGB is 191 - color contains mainly: blue. Hex color #6007BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6007BF is #9FF840. Grayscale: #353535. Windows color (decimal): -10483777 or 12519264. OLE color: 12519264.

HSL color Cylindrical-coordinate representation of color #6007BF: hue angle of 269.02º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6007BF is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 7 191 -
CMYK 0.50 0.96 0 0.25
HSL 269.02º 0.93% 0.39% -
HSV(B) 269.02º 0.96% 0.75% -
XYZ 14.3 6.4 49.77 -
YUV 54.59 204.99 157.54 -
System Red Green Blue C M Y K H S L
Decimal 96 7 191 0.50 0.96 0 0.25 269.02 0.93 0.39
Hex 60 7 BF 32 60 0 19 10D 5D 27
Octal 140 7 277 62 140 0 31 415 135 47
Binary 1100000 111 10111111 110010 1100000 0 11001 100001101 1011101 100111

Color Harmonies of #6007BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6007BF

Black with #6007BF

Text Example


Text Example

White with #6007BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6007BF; }

 p { color: rgb(96,7,191); }

 H1.HeaderClassName
 {
   color: #6007BF;
 }
 .AnyTagClassName
 {
   color: #6007BF;
 }
</style>

background-color css

<style>
 a { background-color: #6007BF; }

 a { background-color: rgb(96,7,191); }

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

border-color css

<style>
 span { border-color: #6007BF; }

 span { border-color: rgb(96,7,191); }

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