Html Css Color HEX #462CBC Purple Heart

📋 copy color: '#462CBC'

red 70 ◦ green 44 ◦ blue 188

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

Shades of Purple Heart #462CBC

Tints of Purple Heart #462CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.57%

 BLUE value IS 188 (73.83% from 255) = 62.25%

R = 23.18%
G = 14.57%
B = 62.25%

CMYK

 C value IS 0.63

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#462CBC (or 0x462CBC) is known color: Purple Heart. HEX triplet: 46, 2C and BC. RGB value is (70,44,188). Sum of RGB (Red+Green+Blue) = 70+44+188=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #462CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462CBC is #B9D343. Grayscale: #434343. Windows color (decimal): -12178244 or 12332102. OLE color: 12332102.

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

Color convert

RGB 70 44 188 -
CMYK 0.63 0.77 0 0.26
HSL 250.83º 0.62% 0.45% -
HSV(B) 250.83º 0.77% 0.74% -
XYZ 12.5 6.73 48.22 -
YUV 68.19 195.61 129.29 -
System Red Green Blue C M Y K H S L
Decimal 70 44 188 0.63 0.77 0 0.26 250.83 0.62 0.45
Hex 46 2C BC 3F 4D 0 1A FB 3E 2D
Octal 106 54 274 77 115 0 32 373 76 55
Binary 1000110 101100 10111100 111111 1001101 0 11010 11111011 111110 101101

Color Harmonies of #462CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462CBC

Black with #462CBC

Text Example


Text Example

White with #462CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,44,188); }

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

background-color css

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

 a { background-color: rgb(70,44,188); }

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

border-color css

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

 span { border-color: rgb(70,44,188); }

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