Html Css Color HEX #451FCE Purple Heart

📋 copy color: '#451FCE'

red 69 ◦ green 31 ◦ blue 206

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

Shades of Purple Heart #451FCE

Tints of Purple Heart #451FCE

RGB

 RED value IS 69 (27.34% from 255) = 22.55%

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

 BLUE value IS 206 (80.86% from 255) = 67.32%

R = 22.55%
G = 10.13%
B = 67.32%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#451FCE (or 0x451FCE) is known color: Purple Heart. HEX triplet: 45, 1F and CE. RGB value is (69,31,206). Sum of RGB (Red+Green+Blue) = 69+31+206=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #451FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451FCE is #BAE031. Grayscale: #3D3D3D. Windows color (decimal): -12247090 or 13508421. OLE color: 13508421.

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

Color convert

RGB 69 31 206 -
CMYK 0.67 0.85 0 0.19
HSL 253.03º 0.74% 0.46% -
HSV(B) 253.03º 0.85% 0.81% -
XYZ 14.08 6.7 58.94 -
YUV 62.31 209.09 132.77 -
System Red Green Blue C M Y K H S L
Decimal 69 31 206 0.67 0.85 0 0.19 253.03 0.74 0.46
Hex 45 1F CE 43 55 0 13 FD 4A 2E
Octal 105 37 316 103 125 0 23 375 112 56
Binary 1000101 11111 11001110 1000011 1010101 0 10011 11111101 1001010 101110

Color Harmonies of #451FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451FCE

Black with #451FCE

Text Example


Text Example

White with #451FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451FCE; }

 p { color: rgb(69,31,206); }

 H1.HeaderClassName
 {
   color: #451FCE;
 }
 .AnyTagClassName
 {
   color: #451FCE;
 }
</style>

background-color css

<style>
 a { background-color: #451FCE; }

 a { background-color: rgb(69,31,206); }

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

border-color css

<style>
 span { border-color: #451FCE; }

 span { border-color: rgb(69,31,206); }

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