Html Css Color HEX #620FCA Purple Heart

📋 copy color: '#620FCA'

red 98 ◦ green 15 ◦ blue 202

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

Shades of Purple Heart #620FCA

Tints of Purple Heart #620FCA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.76%

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

R = 31.11%
G = 4.76%
B = 64.13%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#620FCA (or 0x620FCA) is known color: Purple Heart. HEX triplet: 62, 0F and CA. RGB value is (98,15,202). Sum of RGB (Red+Green+Blue) = 98+15+202=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #620FCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620FCA is #9DF035. Grayscale: #3C3C3C. Windows color (decimal): -10350646 or 13242210. OLE color: 13242210.

HSL color Cylindrical-coordinate representation of color #620FCA: hue angle of 266.63º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620FCA is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 98 15 202 -
CMYK 0.51 0.93 0 0.21
HSL 266.63º 0.86% 0.43% -
HSV(B) 266.63º 0.93% 0.79% -
XYZ 15.87 7.2 56.43 -
YUV 61.14 207.5 154.29 -
System Red Green Blue C M Y K H S L
Decimal 98 15 202 0.51 0.93 0 0.21 266.63 0.86 0.43
Hex 62 F CA 33 5D 0 15 10B 56 2B
Octal 142 17 312 63 135 0 25 413 126 53
Binary 1100010 1111 11001010 110011 1011101 0 10101 100001011 1010110 101011

Color Harmonies of #620FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620FCA

Black with #620FCA

Text Example


Text Example

White with #620FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620FCA; }

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

 H1.HeaderClassName
 {
   color: #620FCA;
 }
 .AnyTagClassName
 {
   color: #620FCA;
 }
</style>

background-color css

<style>
 a { background-color: #620FCA; }

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

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

border-color css

<style>
 span { border-color: #620FCA; }

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

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