Html Css Color HEX #4230CC Purple Heart

📋 copy color: '#4230CC'

red 66 ◦ green 48 ◦ blue 204

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

Shades of Purple Heart #4230CC

Tints of Purple Heart #4230CC

RGB

 RED value IS 66 (26.17% from 255) = 20.75%

 GREEN value IS 48 (19.14% from 255) = 15.09%

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

R = 20.75%
G = 15.09%
B = 64.15%

CMYK

 C value IS 0.68

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4230CC (or 0x4230CC) is known color: Purple Heart. HEX triplet: 42, 30 and CC. RGB value is (66,48,204). Sum of RGB (Red+Green+Blue) = 66+48+204=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #4230CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4230CC is #BDCF33. Grayscale: #464646. Windows color (decimal): -12439348 or 13381698. OLE color: 13381698.

HSL color Cylindrical-coordinate representation of color #4230CC: hue angle of 246.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4230CC is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 48 204 -
CMYK 0.68 0.76 0 0.2
HSL 246.92º 0.62% 0.49% -
HSV(B) 246.92º 0.76% 0.8% -
XYZ 14.2 7.63 57.85 -
YUV 71.17 202.96 124.32 -
System Red Green Blue C M Y K H S L
Decimal 66 48 204 0.68 0.76 0 0.2 246.92 0.62 0.49
Hex 42 30 CC 44 4C 0 14 F7 3E 31
Octal 102 60 314 104 114 0 24 367 76 61
Binary 1000010 110000 11001100 1000100 1001100 0 10100 11110111 111110 110001

Color Harmonies of #4230CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4230CC

Black with #4230CC

Text Example


Text Example

White with #4230CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,48,204); }

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

background-color css

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

 a { background-color: rgb(66,48,204); }

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

border-color css

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

 span { border-color: rgb(66,48,204); }

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