Html Css Color HEX #6103CA Purple Heart

📋 copy color: '#6103CA'

red 97 ◦ green 3 ◦ blue 202

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

Shades of Purple Heart #6103CA

Tints of Purple Heart #6103CA

RGB

 RED value IS 97 (38.28% from 255) = 32.12%

 GREEN value IS 3 (1.56% from 255) = 0.99%

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

R = 32.12%
G = 0.99%
B = 66.89%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6103CA (or 0x6103CA) is known color: Purple Heart. HEX triplet: 61, 03 and CA. RGB value is (97,3,202). Sum of RGB (Red+Green+Blue) = 97+3+202=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 202 (79.30% from 255 or 66.89% from 302); Max value from RGB is 202 - color contains mainly: blue. Hex color #6103CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6103CA is #9EFC35. Grayscale: #353535. Windows color (decimal): -10419254 or 13239137. OLE color: 13239137.

HSL color Cylindrical-coordinate representation of color #6103CA: hue angle of 268.34º degrees, saturation: 0.97, 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 #6103CA is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 3 202 -
CMYK 0.52 0.99 0 0.21
HSL 268.34º 0.97% 0.4% -
HSV(B) 268.34º 0.99% 0.79% -
XYZ 15.62 6.87 56.38 -
YUV 53.79 211.64 158.82 -
System Red Green Blue C M Y K H S L
Decimal 97 3 202 0.52 0.99 0 0.21 268.34 0.97 0.4
Hex 61 3 CA 34 63 0 15 10C 61 28
Octal 141 3 312 64 143 0 25 414 141 50
Binary 1100001 11 11001010 110100 1100011 0 10101 100001100 1100001 101000

Color Harmonies of #6103CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6103CA

Black with #6103CA

Text Example


Text Example

White with #6103CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,3,202); }

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

background-color css

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

 a { background-color: rgb(97,3,202); }

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

border-color css

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

 span { border-color: rgb(97,3,202); }

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