Html Css Color HEX #622FCC Purple Heart

📋 copy color: '#622FCC'

red 98 ◦ green 47 ◦ blue 204

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

Shades of Purple Heart #622FCC

Tints of Purple Heart #622FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.47%

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

R = 28.08%
G = 13.47%
B = 58.45%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#622FCC (or 0x622FCC) is known color: Purple Heart. HEX triplet: 62, 2F and CC. RGB value is (98,47,204). Sum of RGB (Red+Green+Blue) = 98+47+204=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 47 (18.75% from 255 or 13.47% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #622FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #622FCC is #9DD033. Grayscale: #4F4F4F. Windows color (decimal): -10342452 or 13381474. OLE color: 13381474.

HSL color Cylindrical-coordinate representation of color #622FCC: hue angle of 259.49º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #622FCC is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 98 47 204 -
CMYK 0.52 0.77 0 0.2
HSL 259.49º 0.63% 0.49% -
HSV(B) 259.49º 0.77% 0.8% -
XYZ 16.95 8.99 57.97 -
YUV 80.15 197.9 140.73 -
System Red Green Blue C M Y K H S L
Decimal 98 47 204 0.52 0.77 0 0.2 259.49 0.63 0.49
Hex 62 2F CC 34 4D 0 14 103 3F 31
Octal 142 57 314 64 115 0 24 403 77 61
Binary 1100010 101111 11001100 110100 1001101 0 10100 100000011 111111 110001

Color Harmonies of #622FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622FCC

Black with #622FCC

Text Example


Text Example

White with #622FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622FCC; }

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

 H1.HeaderClassName
 {
   color: #622FCC;
 }
 .AnyTagClassName
 {
   color: #622FCC;
 }
</style>

background-color css

<style>
 a { background-color: #622FCC; }

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

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

border-color css

<style>
 span { border-color: #622FCC; }

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

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