Html Css Color HEX #461FCF Purple Heart

📋 copy color: '#461FCF'

red 70 ◦ green 31 ◦ blue 207

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

Shades of Purple Heart #461FCF

Tints of Purple Heart #461FCF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.06%

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

R = 22.73%
G = 10.06%
B = 67.21%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#461FCF (or 0x461FCF) is known color: Purple Heart. HEX triplet: 46, 1F and CF. RGB value is (70,31,207). Sum of RGB (Red+Green+Blue) = 70+31+207=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #461FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461FCF is #B9E030. Grayscale: #3E3E3E. Windows color (decimal): -12181553 or 13573958. OLE color: 13573958.

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

Color convert

RGB 70 31 207 -
CMYK 0.66 0.85 0 0.19
HSL 253.3º 0.74% 0.47% -
HSV(B) 253.3º 0.85% 0.81% -
XYZ 14.28 6.79 59.59 -
YUV 62.73 209.42 133.19 -
System Red Green Blue C M Y K H S L
Decimal 70 31 207 0.66 0.85 0 0.19 253.3 0.74 0.47
Hex 46 1F CF 42 55 0 13 FD 4A 2F
Octal 106 37 317 102 125 0 23 375 112 57
Binary 1000110 11111 11001111 1000010 1010101 0 10011 11111101 1001010 101111

Color Harmonies of #461FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461FCF

Black with #461FCF

Text Example


Text Example

White with #461FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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