Html Css Color HEX #6007C3 Purple Heart

📋 copy color: '#6007C3'

red 96 ◦ green 7 ◦ blue 195

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

Shades of Purple Heart #6007C3

Tints of Purple Heart #6007C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 65.44%

R = 32.21%
G = 2.35%
B = 65.44%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6007C3 (or 0x6007C3) is known color: Purple Heart. HEX triplet: 60, 07 and C3. RGB value is (96,7,195). Sum of RGB (Red+Green+Blue) = 96+7+195=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 195 (76.56% from 255 or 65.44% from 298); Max value from RGB is 195 - color contains mainly: blue. Hex color #6007C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6007C3 is #9FF83C. Grayscale: #363636. Windows color (decimal): -10483773 or 12781408. OLE color: 12781408.

HSL color Cylindrical-coordinate representation of color #6007C3: hue angle of 268.4º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6007C3 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 7 195 -
CMYK 0.51 0.96 0 0.24
HSL 268.4º 0.93% 0.4% -
HSV(B) 268.4º 0.96% 0.76% -
XYZ 14.75 6.58 52.12 -
YUV 55.04 206.99 157.21 -
System Red Green Blue C M Y K H S L
Decimal 96 7 195 0.51 0.96 0 0.24 268.4 0.93 0.4
Hex 60 7 C3 33 60 0 18 10C 5D 28
Octal 140 7 303 63 140 0 30 414 135 50
Binary 1100000 111 11000011 110011 1100000 0 11000 100001100 1011101 101000

Color Harmonies of #6007C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6007C3

Black with #6007C3

Text Example


Text Example

White with #6007C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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