Html Css Color HEX #620BCC Purple Heart

📋 copy color: '#620BCC'

red 98 ◦ green 11 ◦ blue 204

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

Shades of Purple Heart #620BCC

Tints of Purple Heart #620BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 65.18%

R = 31.31%
G = 3.51%
B = 65.18%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#620BCC (or 0x620BCC) is known color: Purple Heart. HEX triplet: 62, 0B and CC. RGB value is (98,11,204). Sum of RGB (Red+Green+Blue) = 98+11+204=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #620BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #620BCC is #9DF433. Grayscale: #3A3A3A. Windows color (decimal): -10351668 or 13372258. OLE color: 13372258.

HSL color Cylindrical-coordinate representation of color #620BCC: hue angle of 267.05º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #620BCC is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 98 11 204 -
CMYK 0.52 0.95 0 0.2
HSL 267.05º 0.9% 0.42% -
HSV(B) 267.05º 0.95% 0.8% -
XYZ 16.06 7.2 57.67 -
YUV 59.02 209.82 155.81 -
System Red Green Blue C M Y K H S L
Decimal 98 11 204 0.52 0.95 0 0.2 267.05 0.9 0.42
Hex 62 B CC 34 5F 0 14 10B 5A 2A
Octal 142 13 314 64 137 0 24 413 132 52
Binary 1100010 1011 11001100 110100 1011111 0 10100 100001011 1011010 101010

Color Harmonies of #620BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620BCC

Black with #620BCC

Text Example


Text Example

White with #620BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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