Html Css Color HEX #461CCB Purple Heart

📋 copy color: '#461CCB'

red 70 ◦ green 28 ◦ blue 203

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

Shades of Purple Heart #461CCB

Tints of Purple Heart #461CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.3%

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

R = 23.26%
G = 9.3%
B = 67.44%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#461CCB (or 0x461CCB) is known color: Purple Heart. HEX triplet: 46, 1C and CB. RGB value is (70,28,203). Sum of RGB (Red+Green+Blue) = 70+28+203=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #461CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461CCB is #B9E334. Grayscale: #3B3B3B. Windows color (decimal): -12182325 or 13311046. OLE color: 13311046.

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

Color convert

RGB 70 28 203 -
CMYK 0.66 0.86 0 0.20
HSL 254.4º 0.76% 0.45% -
HSV(B) 254.4º 0.86% 0.8% -
XYZ 13.72 6.44 57.02 -
YUV 60.51 208.41 134.77 -
System Red Green Blue C M Y K H S L
Decimal 70 28 203 0.66 0.86 0 0.20 254.4 0.76 0.45
Hex 46 1C CB 42 56 0 14 FE 4C 2D
Octal 106 34 313 102 126 0 24 376 114 55
Binary 1000110 11100 11001011 1000010 1010110 0 10100 11111110 1001100 101101

Color Harmonies of #461CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461CCB

Black with #461CCB

Text Example


Text Example

White with #461CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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