Html Css Color HEX #462DCF Purple Heart

📋 copy color: '#462DCF'

red 70 ◦ green 45 ◦ blue 207

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

Shades of Purple Heart #462DCF

Tints of Purple Heart #462DCF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.98%

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

R = 21.74%
G = 13.98%
B = 64.29%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#462DCF (or 0x462DCF) is known color: Purple Heart. HEX triplet: 46, 2D and CF. RGB value is (70,45,207). Sum of RGB (Red+Green+Blue) = 70+45+207=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #462DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462DCF is #B9D230. Grayscale: #464646. Windows color (decimal): -12177969 or 13577542. OLE color: 13577542.

HSL color Cylindrical-coordinate representation of color #462DCF: hue angle of 249.26º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #462DCF is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 45 207 -
CMYK 0.66 0.78 0 0.19
HSL 249.26º 0.64% 0.49% -
HSV(B) 249.26º 0.78% 0.81% -
XYZ 14.73 7.68 59.74 -
YUV 70.94 204.78 127.33 -
System Red Green Blue C M Y K H S L
Decimal 70 45 207 0.66 0.78 0 0.19 249.26 0.64 0.49
Hex 46 2D CF 42 4E 0 13 F9 40 31
Octal 106 55 317 102 116 0 23 371 100 61
Binary 1000110 101101 11001111 1000010 1001110 0 10011 11111001 1000000 110001

Color Harmonies of #462DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462DCF

Black with #462DCF

Text Example


Text Example

White with #462DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462DCF; }

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

 H1.HeaderClassName
 {
   color: #462DCF;
 }
 .AnyTagClassName
 {
   color: #462DCF;
 }
</style>

background-color css

<style>
 a { background-color: #462DCF; }

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

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

border-color css

<style>
 span { border-color: #462DCF; }

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

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