Html Css Color HEX #4623CC Purple Heart

📋 copy color: '#4623CC'

red 70 ◦ green 35 ◦ blue 204

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

Shades of Purple Heart #4623CC

Tints of Purple Heart #4623CC

RGB

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

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

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

R = 22.65%
G = 11.33%
B = 66.02%

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

#4623CC (or 0x4623CC) is known color: Purple Heart. HEX triplet: 46, 23 and CC. RGB value is (70,35,204). Sum of RGB (Red+Green+Blue) = 70+35+204=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #4623CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4623CC is #B9DC33. Grayscale: #404040. Windows color (decimal): -12180532 or 13378374. OLE color: 13378374.

HSL color Cylindrical-coordinate representation of color #4623CC: hue angle of 252.43º 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 #4623CC is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 35 204 -
CMYK 0.66 0.83 0 0.2
HSL 252.43º 0.71% 0.47% -
HSV(B) 252.43º 0.83% 0.8% -
XYZ 14.03 6.86 57.71 -
YUV 64.73 206.6 131.76 -
System Red Green Blue C M Y K H S L
Decimal 70 35 204 0.66 0.83 0 0.2 252.43 0.71 0.47
Hex 46 23 CC 42 53 0 14 FC 47 2F
Octal 106 43 314 102 123 0 24 374 107 57
Binary 1000110 100011 11001100 1000010 1010011 0 10100 11111100 1000111 101111

Color Harmonies of #4623CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4623CC

Black with #4623CC

Text Example


Text Example

White with #4623CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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