Html Css Color HEX #6205CA Purple Heart

📋 copy color: '#6205CA'

red 98 ◦ green 5 ◦ blue 202

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

Shades of Purple Heart #6205CA

Tints of Purple Heart #6205CA

RGB

 RED value IS 98 (38.67% from 255) = 32.13%

 GREEN value IS 5 (2.34% from 255) = 1.64%

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

R = 32.13%
G = 1.64%
B = 66.23%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6205CA (or 0x6205CA) is known color: Purple Heart. HEX triplet: 62, 05 and CA. RGB value is (98,5,202). Sum of RGB (Red+Green+Blue) = 98+5+202=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #6205CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6205CA is #9DFA35. Grayscale: #363636. Windows color (decimal): -10353206 or 13239650. OLE color: 13239650.

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

Color convert

RGB 98 5 202 -
CMYK 0.51 0.98 0 0.21
HSL 268.32º 0.95% 0.41% -
HSV(B) 268.32º 0.98% 0.79% -
XYZ 15.75 6.97 56.39 -
YUV 55.27 210.81 158.48 -
System Red Green Blue C M Y K H S L
Decimal 98 5 202 0.51 0.98 0 0.21 268.32 0.95 0.41
Hex 62 5 CA 33 62 0 15 10C 5F 29
Octal 142 5 312 63 142 0 25 414 137 51
Binary 1100010 101 11001010 110011 1100010 0 10101 100001100 1011111 101001

Color Harmonies of #6205CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6205CA

Black with #6205CA

Text Example


Text Example

White with #6205CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,5,202); }

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

background-color css

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

 a { background-color: rgb(98,5,202); }

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

border-color css

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

 span { border-color: rgb(98,5,202); }

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