Html Css Color HEX #460CC3 Purple Heart

📋 copy color: '#460CC3'

red 70 ◦ green 12 ◦ blue 195

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

Shades of Purple Heart #460CC3

Tints of Purple Heart #460CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 70.4%

R = 25.27%
G = 4.33%
B = 70.4%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#460CC3 (or 0x460CC3) is known color: Purple Heart. HEX triplet: 46, 0C and C3. RGB value is (70,12,195). Sum of RGB (Red+Green+Blue) = 70+12+195=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 195 (76.56% from 255 or 70.40% from 277); Max value from RGB is 195 - color contains mainly: blue. Hex color #460CC3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460CC3 is #B9F33C. Grayscale: #313131. Windows color (decimal): -12186429 or 12782662. OLE color: 12782662.

HSL color Cylindrical-coordinate representation of color #460CC3: hue angle of 259.02º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460CC3 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 70 12 195 -
CMYK 0.64 0.94 0 0.24
HSL 259.02º 0.88% 0.41% -
HSV(B) 259.02º 0.94% 0.76% -
XYZ 12.51 5.51 52.03 -
YUV 50.2 209.72 142.12 -
System Red Green Blue C M Y K H S L
Decimal 70 12 195 0.64 0.94 0 0.24 259.02 0.88 0.41
Hex 46 C C3 40 5E 0 18 103 58 29
Octal 106 14 303 100 136 0 30 403 130 51
Binary 1000110 1100 11000011 1000000 1011110 0 11000 100000011 1011000 101001

Color Harmonies of #460CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460CC3

Black with #460CC3

Text Example


Text Example

White with #460CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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