Html Css Color HEX #622FB0 Purple Heart

📋 copy color: '#622FB0'

red 98 ◦ green 47 ◦ blue 176

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

Shades of Purple Heart #622FB0

Tints of Purple Heart #622FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 54.83%

R = 30.53%
G = 14.64%
B = 54.83%

CMYK

 C value IS 0.44

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#622FB0 (or 0x622FB0) is known color: Purple Heart. HEX triplet: 62, 2F and B0. RGB value is (98,47,176). Sum of RGB (Red+Green+Blue) = 98+47+176=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 176 (69.14% from 255 or 54.83% from 321); Max value from RGB is 176 - color contains mainly: blue. Hex color #622FB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622FB0 is #9DD04F. Grayscale: #4C4C4C. Windows color (decimal): -10342480 or 11546466. OLE color: 11546466.

HSL color Cylindrical-coordinate representation of color #622FB0: hue angle of 263.72º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #622FB0 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 98 47 176 -
CMYK 0.44 0.73 0 0.31
HSL 263.72º 0.58% 0.44% -
HSV(B) 263.72º 0.73% 0.69% -
XYZ 13.89 7.76 41.84 -
YUV 76.96 183.9 143.01 -
System Red Green Blue C M Y K H S L
Decimal 98 47 176 0.44 0.73 0 0.31 263.72 0.58 0.44
Hex 62 2F B0 2C 49 0 1F 108 3A 2C
Octal 142 57 260 54 111 0 37 410 72 54
Binary 1100010 101111 10110000 101100 1001001 0 11111 100001000 111010 101100

Color Harmonies of #622FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622FB0

Black with #622FB0

Text Example


Text Example

White with #622FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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