Html Css Color HEX #462BCD Purple Heart

📋 copy color: '#462BCD'

red 70 ◦ green 43 ◦ blue 205

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

Shades of Purple Heart #462BCD

Tints of Purple Heart #462BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.52%

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

R = 22.01%
G = 13.52%
B = 64.47%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#462BCD (or 0x462BCD) is known color: Purple Heart. HEX triplet: 46, 2B and CD. RGB value is (70,43,205). Sum of RGB (Red+Green+Blue) = 70+43+205=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #462BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462BCD is #B9D432. Grayscale: #444444. Windows color (decimal): -12178483 or 13445958. OLE color: 13445958.

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

Color convert

RGB 70 43 205 -
CMYK 0.66 0.79 0 0.20
HSL 250º 0.65% 0.49% -
HSV(B) 250º 0.79% 0.8% -
XYZ 14.41 7.44 58.43 -
YUV 69.54 204.45 128.33 -
System Red Green Blue C M Y K H S L
Decimal 70 43 205 0.66 0.79 0 0.20 250 0.65 0.49
Hex 46 2B CD 42 4F 0 14 FA 41 31
Octal 106 53 315 102 117 0 24 372 101 61
Binary 1000110 101011 11001101 1000010 1001111 0 10100 11111010 1000001 110001

Color Harmonies of #462BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462BCD

Black with #462BCD

Text Example


Text Example

White with #462BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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