Html Css Color HEX #6302CA Purple Heart

📋 copy color: '#6302CA'

red 99 ◦ green 2 ◦ blue 202

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

Shades of Purple Heart #6302CA

Tints of Purple Heart #6302CA

RGB

 RED value IS 99 (39.06% from 255) = 32.67%

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 32.67%
G = 0.66%
B = 66.67%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6302CA (or 0x6302CA) is known color: Purple Heart. HEX triplet: 63, 02 and CA. RGB value is (99,2,202). Sum of RGB (Red+Green+Blue) = 99+2+202=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 202 (79.30% from 255 or 66.67% from 303); Max value from RGB is 202 - color contains mainly: blue. Hex color #6302CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6302CA is #9CFD35. Grayscale: #353535. Windows color (decimal): -10288438 or 13238883. OLE color: 13238883.

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

Color convert

RGB 99 2 202 -
CMYK 0.51 0.99 0 0.21
HSL 269.1º 0.98% 0.4% -
HSV(B) 269.1º 0.99% 0.79% -
XYZ 15.83 6.96 56.39 -
YUV 53.8 211.64 160.24 -
System Red Green Blue C M Y K H S L
Decimal 99 2 202 0.51 0.99 0 0.21 269.1 0.98 0.4
Hex 63 2 CA 33 63 0 15 10D 62 28
Octal 143 2 312 63 143 0 25 415 142 50
Binary 1100011 10 11001010 110011 1100011 0 10101 100001101 1100010 101000

Color Harmonies of #6302CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6302CA

Black with #6302CA

Text Example


Text Example

White with #6302CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,2,202); }

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

background-color css

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

 a { background-color: rgb(99,2,202); }

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

border-color css

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

 span { border-color: rgb(99,2,202); }

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