Html Css Color HEX #620BCF Purple Heart

📋 copy color: '#620BCF'

red 98 ◦ green 11 ◦ blue 207

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

Shades of Purple Heart #620BCF

Tints of Purple Heart #620BCF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.48%

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

R = 31.01%
G = 3.48%
B = 65.51%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#620BCF (or 0x620BCF) is known color: Purple Heart. HEX triplet: 62, 0B and CF. RGB value is (98,11,207). Sum of RGB (Red+Green+Blue) = 98+11+207=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #620BCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620BCF is #9DF430. Grayscale: #3A3A3A. Windows color (decimal): -10351665 or 13568866. OLE color: 13568866.

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

Color convert

RGB 98 11 207 -
CMYK 0.53 0.95 0 0.19
HSL 266.63º 0.9% 0.43% -
HSV(B) 266.63º 0.95% 0.81% -
XYZ 16.42 7.34 59.58 -
YUV 59.36 211.32 155.56 -
System Red Green Blue C M Y K H S L
Decimal 98 11 207 0.53 0.95 0 0.19 266.63 0.9 0.43
Hex 62 B CF 35 5F 0 13 10B 5A 2B
Octal 142 13 317 65 137 0 23 413 132 53
Binary 1100010 1011 11001111 110101 1011111 0 10011 100001011 1011010 101011

Color Harmonies of #620BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620BCF

Black with #620BCF

Text Example


Text Example

White with #620BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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