Html Css Color HEX #6007BA Purple Heart

📋 copy color: '#6007BA'

red 96 ◦ green 7 ◦ blue 186

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

Shades of Purple Heart #6007BA

Tints of Purple Heart #6007BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 64.36%

R = 33.22%
G = 2.42%
B = 64.36%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6007BA (or 0x6007BA) is known color: Purple Heart. HEX triplet: 60, 07 and BA. RGB value is (96,7,186). Sum of RGB (Red+Green+Blue) = 96+7+186=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #6007BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6007BA is #9FF845. Grayscale: #353535. Windows color (decimal): -10483782 or 12191584. OLE color: 12191584.

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

Color convert

RGB 96 7 186 -
CMYK 0.48 0.96 0 0.27
HSL 269.83º 0.93% 0.38% -
HSV(B) 269.83º 0.96% 0.73% -
XYZ 13.76 6.18 46.92 -
YUV 54.02 202.49 157.95 -
System Red Green Blue C M Y K H S L
Decimal 96 7 186 0.48 0.96 0 0.27 269.83 0.93 0.38
Hex 60 7 BA 30 60 0 1B 10E 5D 26
Octal 140 7 272 60 140 0 33 416 135 46
Binary 1100000 111 10111010 110000 1100000 0 11011 100001110 1011101 100110

Color Harmonies of #6007BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6007BA

Black with #6007BA

Text Example


Text Example

White with #6007BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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