Html Css Color HEX #462FCC Purple Heart

📋 copy color: '#462FCC'

red 70 ◦ green 47 ◦ blue 204

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

Shades of Purple Heart #462FCC

Tints of Purple Heart #462FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 63.55%

R = 21.81%
G = 14.64%
B = 63.55%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#462FCC (or 0x462FCC) is known color: Purple Heart. HEX triplet: 46, 2F and CC. RGB value is (70,47,204). Sum of RGB (Red+Green+Blue) = 70+47+204=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #462FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462FCC is #B9D033. Grayscale: #474747. Windows color (decimal): -12177460 or 13381446. OLE color: 13381446.

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

Color convert

RGB 70 47 204 -
CMYK 0.66 0.77 0 0.2
HSL 248.79º 0.63% 0.49% -
HSV(B) 248.79º 0.77% 0.8% -
XYZ 14.44 7.69 57.85 -
YUV 71.78 202.62 126.73 -
System Red Green Blue C M Y K H S L
Decimal 70 47 204 0.66 0.77 0 0.2 248.79 0.63 0.49
Hex 46 2F CC 42 4D 0 14 F9 3F 31
Octal 106 57 314 102 115 0 24 371 77 61
Binary 1000110 101111 11001100 1000010 1001101 0 10100 11111001 111111 110001

Color Harmonies of #462FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462FCC

Black with #462FCC

Text Example


Text Example

White with #462FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,47,204); }

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

background-color css

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

 a { background-color: rgb(70,47,204); }

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

border-color css

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

 span { border-color: rgb(70,47,204); }

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