Html Css Color HEX #6102CA Purple Heart

📋 copy color: '#6102CA'

red 97 ◦ green 2 ◦ blue 202

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

Shades of Purple Heart #6102CA

Tints of Purple Heart #6102CA

RGB

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

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

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

R = 32.23%
G = 0.66%
B = 67.11%

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

#6102CA (or 0x6102CA) is known color: Purple Heart. HEX triplet: 61, 02 and CA. RGB value is (97,2,202). Sum of RGB (Red+Green+Blue) = 97+2+202=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 202 (79.30% from 255 or 67.11% from 301); Max value from RGB is 202 - color contains mainly: blue. Hex color #6102CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6102CA is #9EFD35. Grayscale: #343434. Windows color (decimal): -10419510 or 13238881. OLE color: 13238881.

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

Color convert

RGB 97 2 202 -
CMYK 0.52 0.99 0 0.21
HSL 268.5º 0.98% 0.4% -
HSV(B) 268.5º 0.99% 0.79% -
XYZ 15.61 6.85 56.38 -
YUV 53.21 211.97 159.24 -
System Red Green Blue C M Y K H S L
Decimal 97 2 202 0.52 0.99 0 0.21 268.5 0.98 0.4
Hex 61 2 CA 34 63 0 15 10C 62 28
Octal 141 2 312 64 143 0 25 414 142 50
Binary 1100001 10 11001010 110100 1100011 0 10101 100001100 1100010 101000

Color Harmonies of #6102CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6102CA

Black with #6102CA

Text Example


Text Example

White with #6102CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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