Html Css Color HEX #6000CA Purple Heart

📋 copy color: '#6000CA'

red 96 ◦ green 0 ◦ blue 202

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

Shades of Purple Heart #6000CA

Tints of Purple Heart #6000CA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 202 (79.3% from 255) = 67.79%

R = 32.21%
G = 0%
B = 67.79%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6000CA (or 0x6000CA) is known color: Purple Heart. HEX triplet: 60, 00 and CA. RGB value is (96,0,202). Sum of RGB (Red+Green+Blue) = 96+0+202=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 202 (79.30% from 255 or 67.79% from 298); Max value from RGB is 202 - color contains mainly: blue. Hex color #6000CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6000CA is #9FFF35. Grayscale: #333333. Windows color (decimal): -10485558 or 13238368. OLE color: 13238368.

HSL color Cylindrical-coordinate representation of color #6000CA: hue angle of 268.51º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000CA is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 0 202 -
CMYK 0.52 1 0 0.21
HSL 268.51º 1% 0.4% -
HSV(B) 268.51º 1% 0.79% -
XYZ 15.48 6.75 56.36 -
YUV 51.73 212.8 159.57 -
System Red Green Blue C M Y K H S L
Decimal 96 0 202 0.52 1 0 0.21 268.51 1 0.4
Hex 60 0 CA 34 64 0 15 10D 64 28
Octal 140 0 312 64 144 0 25 415 144 50
Binary 1100000 0 11001010 110100 1100100 0 10101 100001101 1100100 101000

Color Harmonies of #6000CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6000CA

Black with #6000CA

Text Example


Text Example

White with #6000CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6000CA; }

 p { color: rgb(96,0,202); }

 H1.HeaderClassName
 {
   color: #6000CA;
 }
 .AnyTagClassName
 {
   color: #6000CA;
 }
</style>

background-color css

<style>
 a { background-color: #6000CA; }

 a { background-color: rgb(96,0,202); }

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

border-color css

<style>
 span { border-color: #6000CA; }

 span { border-color: rgb(96,0,202); }

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