Html Css Color HEX #462ACD Purple Heart

📋 copy color: '#462ACD'

red 70 ◦ green 42 ◦ blue 205

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

Shades of Purple Heart #462ACD

Tints of Purple Heart #462ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.25%

 BLUE value IS 205 (80.47% from 255) = 64.67%

R = 22.08%
G = 13.25%
B = 64.67%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#462ACD (or 0x462ACD) is known color: Purple Heart. HEX triplet: 46, 2A and CD. RGB value is (70,42,205). Sum of RGB (Red+Green+Blue) = 70+42+205=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #462ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462ACD is #B9D532. Grayscale: #444444. Windows color (decimal): -12178739 or 13445702. OLE color: 13445702.

HSL color Cylindrical-coordinate representation of color #462ACD: hue angle of 250.31º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #462ACD is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 42 205 -
CMYK 0.66 0.80 0 0.20
HSL 250.31º 0.66% 0.48% -
HSV(B) 250.31º 0.8% 0.8% -
XYZ 14.37 7.37 58.42 -
YUV 68.95 204.78 128.75 -
System Red Green Blue C M Y K H S L
Decimal 70 42 205 0.66 0.80 0 0.20 250.31 0.66 0.48
Hex 46 2A CD 42 50 0 14 FA 42 30
Octal 106 52 315 102 120 0 24 372 102 60
Binary 1000110 101010 11001101 1000010 1010000 0 10100 11111010 1000010 110000

Color Harmonies of #462ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462ACD

Black with #462ACD

Text Example


Text Example

White with #462ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,42,205); }

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

background-color css

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

 a { background-color: rgb(70,42,205); }

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

border-color css

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

 span { border-color: rgb(70,42,205); }

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