Html Css Color HEX #6008BF Purple Heart

📋 copy color: '#6008BF'

red 96 ◦ green 8 ◦ blue 191

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

Shades of Purple Heart #6008BF

Tints of Purple Heart #6008BF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.71%

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

R = 32.54%
G = 2.71%
B = 64.75%

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

#6008BF (or 0x6008BF) is known color: Purple Heart. HEX triplet: 60, 08 and BF. RGB value is (96,8,191). Sum of RGB (Red+Green+Blue) = 96+8+191=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #6008BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6008BF is #9FF740. Grayscale: #363636. Windows color (decimal): -10483521 or 12519520. OLE color: 12519520.

HSL color Cylindrical-coordinate representation of color #6008BF: hue angle of 268.85º degrees, saturation: 0.92, 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 #6008BF is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 8 191 -
CMYK 0.50 0.96 0 0.25
HSL 268.85º 0.92% 0.39% -
HSV(B) 268.85º 0.96% 0.75% -
XYZ 14.31 6.42 49.78 -
YUV 55.17 204.65 157.12 -
System Red Green Blue C M Y K H S L
Decimal 96 8 191 0.50 0.96 0 0.25 268.85 0.92 0.39
Hex 60 8 BF 32 60 0 19 10D 5C 27
Octal 140 10 277 62 140 0 31 415 134 47
Binary 1100000 1000 10111111 110010 1100000 0 11001 100001101 1011100 100111

Color Harmonies of #6008BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6008BF

Black with #6008BF

Text Example


Text Example

White with #6008BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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