Html Css Color HEX #461BCF Purple Heart

📋 copy color: '#461BCF'

red 70 ◦ green 27 ◦ blue 207

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

Shades of Purple Heart #461BCF

Tints of Purple Heart #461BCF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.88%

 BLUE value IS 207 (81.25% from 255) = 68.09%

R = 23.03%
G = 8.88%
B = 68.09%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#461BCF (or 0x461BCF) is known color: Purple Heart. HEX triplet: 46, 1B and CF. RGB value is (70,27,207). Sum of RGB (Red+Green+Blue) = 70+27+207=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #461BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461BCF is #B9E430. Grayscale: #3B3B3B. Windows color (decimal): -12182577 or 13572934. OLE color: 13572934.

HSL color Cylindrical-coordinate representation of color #461BCF: hue angle of 254.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #461BCF is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 27 207 -
CMYK 0.66 0.87 0 0.19
HSL 254.33º 0.77% 0.46% -
HSV(B) 254.33º 0.87% 0.81% -
XYZ 14.18 6.59 59.56 -
YUV 60.38 210.75 134.86 -
System Red Green Blue C M Y K H S L
Decimal 70 27 207 0.66 0.87 0 0.19 254.33 0.77 0.46
Hex 46 1B CF 42 57 0 13 FE 4D 2E
Octal 106 33 317 102 127 0 23 376 115 56
Binary 1000110 11011 11001111 1000010 1010111 0 10011 11111110 1001101 101110

Color Harmonies of #461BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461BCF

Black with #461BCF

Text Example


Text Example

White with #461BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,27,207); }

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

background-color css

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

 a { background-color: rgb(70,27,207); }

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

border-color css

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

 span { border-color: rgb(70,27,207); }

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