Html Css Color HEX #462BB4 Purple Heart

📋 copy color: '#462BB4'

red 70 ◦ green 43 ◦ blue 180

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

Shades of Purple Heart #462BB4

Tints of Purple Heart #462BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 61.43%

R = 23.89%
G = 14.68%
B = 61.43%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#462BB4 (or 0x462BB4) is known color: Purple Heart. HEX triplet: 46, 2B and B4. RGB value is (70,43,180). Sum of RGB (Red+Green+Blue) = 70+43+180=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 180 (70.70% from 255 or 61.43% from 293); Max value from RGB is 180 - color contains mainly: blue. Hex color #462BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462BB4 is #B9D44B. Grayscale: #424242. Windows color (decimal): -12178508 or 11807558. OLE color: 11807558.

HSL color Cylindrical-coordinate representation of color #462BB4: hue angle of 251.82º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #462BB4 is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 70 43 180 -
CMYK 0.61 0.76 0 0.29
HSL 251.82º 0.61% 0.44% -
HSV(B) 251.82º 0.76% 0.71% -
XYZ 11.63 6.33 43.79 -
YUV 66.69 191.95 130.36 -
System Red Green Blue C M Y K H S L
Decimal 70 43 180 0.61 0.76 0 0.29 251.82 0.61 0.44
Hex 46 2B B4 3D 4C 0 1D FC 3D 2C
Octal 106 53 264 75 114 0 35 374 75 54
Binary 1000110 101011 10110100 111101 1001100 0 11101 11111100 111101 101100

Color Harmonies of #462BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462BB4

Black with #462BB4

Text Example


Text Example

White with #462BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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