Html Css Color HEX #4620CF Purple Heart

📋 copy color: '#4620CF'

red 70 ◦ green 32 ◦ blue 207

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

Shades of Purple Heart #4620CF

Tints of Purple Heart #4620CF

RGB

 RED value IS 70 (27.73% from 255) = 22.65%

 GREEN value IS 32 (12.89% from 255) = 10.36%

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

R = 22.65%
G = 10.36%
B = 66.99%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4620CF (or 0x4620CF) is known color: Purple Heart. HEX triplet: 46, 20 and CF. RGB value is (70,32,207). Sum of RGB (Red+Green+Blue) = 70+32+207=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #4620CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4620CF is #B9DF30. Grayscale: #3E3E3E. Windows color (decimal): -12181297 or 13574214. OLE color: 13574214.

HSL color Cylindrical-coordinate representation of color #4620CF: hue angle of 253.03º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4620CF is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 32 207 -
CMYK 0.66 0.85 0 0.19
HSL 253.03º 0.73% 0.47% -
HSV(B) 253.03º 0.85% 0.81% -
XYZ 14.3 6.84 59.6 -
YUV 63.31 209.09 132.77 -
System Red Green Blue C M Y K H S L
Decimal 70 32 207 0.66 0.85 0 0.19 253.03 0.73 0.47
Hex 46 20 CF 42 55 0 13 FD 49 2F
Octal 106 40 317 102 125 0 23 375 111 57
Binary 1000110 100000 11001111 1000010 1010101 0 10011 11111101 1001001 101111

Color Harmonies of #4620CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4620CF

Black with #4620CF

Text Example


Text Example

White with #4620CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4620CF; }

 p { color: rgb(70,32,207); }

 H1.HeaderClassName
 {
   color: #4620CF;
 }
 .AnyTagClassName
 {
   color: #4620CF;
 }
</style>

background-color css

<style>
 a { background-color: #4620CF; }

 a { background-color: rgb(70,32,207); }

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

border-color css

<style>
 span { border-color: #4620CF; }

 span { border-color: rgb(70,32,207); }

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