Html Css Color HEX #6007BC Purple Heart

📋 copy color: '#6007BC'

red 96 ◦ green 7 ◦ blue 188

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

Shades of Purple Heart #6007BC

Tints of Purple Heart #6007BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.6%

R = 32.99%
G = 2.41%
B = 64.6%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6007BC (or 0x6007BC) is known color: Purple Heart. HEX triplet: 60, 07 and BC. RGB value is (96,7,188). Sum of RGB (Red+Green+Blue) = 96+7+188=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #6007BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6007BC is #9FF843. Grayscale: #353535. Windows color (decimal): -10483780 or 12322656. OLE color: 12322656.

HSL color Cylindrical-coordinate representation of color #6007BC: hue angle of 269.5º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6007BC is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 7 188 -
CMYK 0.49 0.96 0 0.26
HSL 269.5º 0.93% 0.38% -
HSV(B) 269.5º 0.96% 0.74% -
XYZ 13.98 6.27 48.05 -
YUV 54.25 203.49 157.78 -
System Red Green Blue C M Y K H S L
Decimal 96 7 188 0.49 0.96 0 0.26 269.5 0.93 0.38
Hex 60 7 BC 31 60 0 1A 10E 5D 26
Octal 140 7 274 61 140 0 32 416 135 46
Binary 1100000 111 10111100 110001 1100000 0 11010 100001110 1011101 100110

Color Harmonies of #6007BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6007BC

Black with #6007BC

Text Example


Text Example

White with #6007BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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