Html Css Color HEX #4523CC Purple Heart

📋 copy color: '#4523CC'

red 69 ◦ green 35 ◦ blue 204

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

Shades of Purple Heart #4523CC

Tints of Purple Heart #4523CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.23%

R = 22.4%
G = 11.36%
B = 66.23%

CMYK

 C value IS 0.66

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4523CC (or 0x4523CC) is known color: Purple Heart. HEX triplet: 45, 23 and CC. RGB value is (69,35,204). Sum of RGB (Red+Green+Blue) = 69+35+204=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #4523CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4523CC is #BADC33. Grayscale: #3F3F3F. Windows color (decimal): -12246068 or 13378373. OLE color: 13378373.

HSL color Cylindrical-coordinate representation of color #4523CC: hue angle of 252.07º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4523CC is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 69 35 204 -
CMYK 0.66 0.83 0 0.2
HSL 252.07º 0.71% 0.47% -
HSV(B) 252.07º 0.83% 0.8% -
XYZ 13.95 6.83 57.71 -
YUV 64.43 206.76 131.26 -
System Red Green Blue C M Y K H S L
Decimal 69 35 204 0.66 0.83 0 0.2 252.07 0.71 0.47
Hex 45 23 CC 42 53 0 14 FC 47 2F
Octal 105 43 314 102 123 0 24 374 107 57
Binary 1000101 100011 11001100 1000010 1010011 0 10100 11111100 1000111 101111

Color Harmonies of #4523CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4523CC

Black with #4523CC

Text Example


Text Example

White with #4523CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4523CC; }

 p { color: rgb(69,35,204); }

 H1.HeaderClassName
 {
   color: #4523CC;
 }
 .AnyTagClassName
 {
   color: #4523CC;
 }
</style>

background-color css

<style>
 a { background-color: #4523CC; }

 a { background-color: rgb(69,35,204); }

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

border-color css

<style>
 span { border-color: #4523CC; }

 span { border-color: rgb(69,35,204); }

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