Html Css Color HEX #4023C1 Purple Heart

📋 copy color: '#4023C1'

red 64 ◦ green 35 ◦ blue 193

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

Shades of Purple Heart #4023C1

Tints of Purple Heart #4023C1

RGB

 RED value IS 64 (25.39% from 255) = 21.92%

 GREEN value IS 35 (14.06% from 255) = 11.99%

 BLUE value IS 193 (75.78% from 255) = 66.1%

R = 21.92%
G = 11.99%
B = 66.1%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4023C1 (or 0x4023C1) is known color: Purple Heart. HEX triplet: 40, 23 and C1. RGB value is (64,35,193). Sum of RGB (Red+Green+Blue) = 64+35+193=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 193 (75.78% from 255 or 66.10% from 292); Max value from RGB is 193 - color contains mainly: blue. Hex color #4023C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4023C1 is #BFDC3E. Grayscale: #3D3D3D. Windows color (decimal): -12573759 or 12657472. OLE color: 12657472.

HSL color Cylindrical-coordinate representation of color #4023C1: hue angle of 251.01º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4023C1 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 35 193 -
CMYK 0.67 0.82 0 0.24
HSL 251.01º 0.69% 0.45% -
HSV(B) 251.01º 0.82% 0.76% -
XYZ 12.34 6.14 50.99 -
YUV 61.68 202.11 129.65 -
System Red Green Blue C M Y K H S L
Decimal 64 35 193 0.67 0.82 0 0.24 251.01 0.69 0.45
Hex 40 23 C1 43 52 0 18 FB 45 2D
Octal 100 43 301 103 122 0 30 373 105 55
Binary 1000000 100011 11000001 1000011 1010010 0 11000 11111011 1000101 101101

Color Harmonies of #4023C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4023C1

Black with #4023C1

Text Example


Text Example

White with #4023C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4023C1; }

 p { color: rgb(64,35,193); }

 H1.HeaderClassName
 {
   color: #4023C1;
 }
 .AnyTagClassName
 {
   color: #4023C1;
 }
</style>

background-color css

<style>
 a { background-color: #4023C1; }

 a { background-color: rgb(64,35,193); }

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

border-color css

<style>
 span { border-color: #4023C1; }

 span { border-color: rgb(64,35,193); }

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