Html Css Color HEX #461ECF Purple Heart

📋 copy color: '#461ECF'

red 70 ◦ green 30 ◦ blue 207

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

Shades of Purple Heart #461ECF

Tints of Purple Heart #461ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.77%

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

R = 22.8%
G = 9.77%
B = 67.43%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#461ECF (or 0x461ECF) is known color: Purple Heart. HEX triplet: 46, 1E and CF. RGB value is (70,30,207). Sum of RGB (Red+Green+Blue) = 70+30+207=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #461ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461ECF is #B9E130. Grayscale: #3D3D3D. Windows color (decimal): -12181809 or 13573702. OLE color: 13573702.

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

Color convert

RGB 70 30 207 -
CMYK 0.66 0.86 0 0.19
HSL 253.56º 0.75% 0.46% -
HSV(B) 253.56º 0.86% 0.81% -
XYZ 14.25 6.74 59.58 -
YUV 62.14 209.75 133.61 -
System Red Green Blue C M Y K H S L
Decimal 70 30 207 0.66 0.86 0 0.19 253.56 0.75 0.46
Hex 46 1E CF 42 56 0 13 FE 4B 2E
Octal 106 36 317 102 126 0 23 376 113 56
Binary 1000110 11110 11001111 1000010 1010110 0 10011 11111110 1001011 101110

Color Harmonies of #461ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461ECF

Black with #461ECF

Text Example


Text Example

White with #461ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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