Html Css Color HEX #460CCB Purple Heart

📋 copy color: '#460CCB'

red 70 ◦ green 12 ◦ blue 203

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

Shades of Purple Heart #460CCB

Tints of Purple Heart #460CCB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.21%

 BLUE value IS 203 (79.69% from 255) = 71.23%

R = 24.56%
G = 4.21%
B = 71.23%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#460CCB (or 0x460CCB) is known color: Purple Heart. HEX triplet: 46, 0C and CB. RGB value is (70,12,203). Sum of RGB (Red+Green+Blue) = 70+12+203=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #460CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460CCB is #B9F334. Grayscale: #323232. Windows color (decimal): -12186421 or 13306950. OLE color: 13306950.

HSL color Cylindrical-coordinate representation of color #460CCB: hue angle of 258.22º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460CCB is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 12 203 -
CMYK 0.66 0.94 0 0.20
HSL 258.22º 0.89% 0.42% -
HSV(B) 258.22º 0.94% 0.8% -
XYZ 13.44 5.88 56.93 -
YUV 51.12 213.72 141.47 -
System Red Green Blue C M Y K H S L
Decimal 70 12 203 0.66 0.94 0 0.20 258.22 0.89 0.42
Hex 46 C CB 42 5E 0 14 102 59 2A
Octal 106 14 313 102 136 0 24 402 131 52
Binary 1000110 1100 11001011 1000010 1011110 0 10100 100000010 1011001 101010

Color Harmonies of #460CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460CCB

Black with #460CCB

Text Example


Text Example

White with #460CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460CCB; }

 p { color: rgb(70,12,203); }

 H1.HeaderClassName
 {
   color: #460CCB;
 }
 .AnyTagClassName
 {
   color: #460CCB;
 }
</style>

background-color css

<style>
 a { background-color: #460CCB; }

 a { background-color: rgb(70,12,203); }

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

border-color css

<style>
 span { border-color: #460CCB; }

 span { border-color: rgb(70,12,203); }

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