Html Css Color HEX #462BBB Purple Heart

📋 copy color: '#462BBB'

red 70 ◦ green 43 ◦ blue 187

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

Shades of Purple Heart #462BBB

Tints of Purple Heart #462BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.33%

R = 23.33%
G = 14.33%
B = 62.33%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#462BBB (or 0x462BBB) is known color: Purple Heart. HEX triplet: 46, 2B and BB. RGB value is (70,43,187). Sum of RGB (Red+Green+Blue) = 70+43+187=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #462BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462BBB is #B9D444. Grayscale: #424242. Windows color (decimal): -12178501 or 12266310. OLE color: 12266310.

HSL color Cylindrical-coordinate representation of color #462BBB: hue angle of 251.25º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #462BBB is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 43 187 -
CMYK 0.63 0.77 0 0.27
HSL 251.25º 0.63% 0.45% -
HSV(B) 251.25º 0.77% 0.73% -
XYZ 12.36 6.62 47.64 -
YUV 67.49 195.45 129.79 -
System Red Green Blue C M Y K H S L
Decimal 70 43 187 0.63 0.77 0 0.27 251.25 0.63 0.45
Hex 46 2B BB 3F 4D 0 1B FB 3F 2D
Octal 106 53 273 77 115 0 33 373 77 55
Binary 1000110 101011 10111011 111111 1001101 0 11011 11111011 111111 101101

Color Harmonies of #462BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462BBB

Black with #462BBB

Text Example


Text Example

White with #462BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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