Html Css Color HEX #6202CF Purple Heart

📋 copy color: '#6202CF'

red 98 ◦ green 2 ◦ blue 207

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

Shades of Purple Heart #6202CF

Tints of Purple Heart #6202CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 67.43%

R = 31.92%
G = 0.65%
B = 67.43%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6202CF (or 0x6202CF) is known color: Purple Heart. HEX triplet: 62, 02 and CF. RGB value is (98,2,207). Sum of RGB (Red+Green+Blue) = 98+2+207=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #6202CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6202CF is #9DFD30. Grayscale: #353535. Windows color (decimal): -10353969 or 13566562. OLE color: 13566562.

HSL color Cylindrical-coordinate representation of color #6202CF: hue angle of 268.1º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6202CF is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 2 207 -
CMYK 0.53 0.99 0 0.19
HSL 268.1º 0.98% 0.41% -
HSV(B) 268.1º 0.99% 0.81% -
XYZ 16.32 7.15 59.55 -
YUV 54.07 214.3 159.33 -
System Red Green Blue C M Y K H S L
Decimal 98 2 207 0.53 0.99 0 0.19 268.1 0.98 0.41
Hex 62 2 CF 35 63 0 13 10C 62 29
Octal 142 2 317 65 143 0 23 414 142 51
Binary 1100010 10 11001111 110101 1100011 0 10011 100001100 1100010 101001

Color Harmonies of #6202CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6202CF

Black with #6202CF

Text Example


Text Example

White with #6202CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6202CF; }

 p { color: rgb(98,2,207); }

 H1.HeaderClassName
 {
   color: #6202CF;
 }
 .AnyTagClassName
 {
   color: #6202CF;
 }
</style>

background-color css

<style>
 a { background-color: #6202CF; }

 a { background-color: rgb(98,2,207); }

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

border-color css

<style>
 span { border-color: #6202CF; }

 span { border-color: rgb(98,2,207); }

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