Html Css Color HEX #620FCF Purple Heart

📋 copy color: '#620FCF'

red 98 ◦ green 15 ◦ blue 207

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

Shades of Purple Heart #620FCF

Tints of Purple Heart #620FCF

RGB

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

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

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

R = 30.63%
G = 4.69%
B = 64.69%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#620FCF (or 0x620FCF) is known color: Purple Heart. HEX triplet: 62, 0F and CF. RGB value is (98,15,207). Sum of RGB (Red+Green+Blue) = 98+15+207=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #620FCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620FCF is #9DF030. Grayscale: #3D3D3D. Windows color (decimal): -10350641 or 13569890. OLE color: 13569890.

HSL color Cylindrical-coordinate representation of color #620FCF: hue angle of 265.94º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620FCF is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 15 207 -
CMYK 0.53 0.93 0 0.19
HSL 265.94º 0.86% 0.44% -
HSV(B) 265.94º 0.93% 0.81% -
XYZ 16.47 7.44 59.6 -
YUV 61.71 210 153.89 -
System Red Green Blue C M Y K H S L
Decimal 98 15 207 0.53 0.93 0 0.19 265.94 0.86 0.44
Hex 62 F CF 35 5D 0 13 10A 56 2C
Octal 142 17 317 65 135 0 23 412 126 54
Binary 1100010 1111 11001111 110101 1011101 0 10011 100001010 1010110 101100

Color Harmonies of #620FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620FCF

Black with #620FCF

Text Example


Text Example

White with #620FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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