Html Css Color HEX #4330CD Purple Heart

📋 copy color: '#4330CD'

red 67 ◦ green 48 ◦ blue 205

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

Shades of Purple Heart #4330CD

Tints of Purple Heart #4330CD

RGB

 RED value IS 67 (26.56% from 255) = 20.94%

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

 BLUE value IS 205 (80.47% from 255) = 64.06%

R = 20.94%
G = 15%
B = 64.06%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4330CD (or 0x4330CD) is known color: Purple Heart. HEX triplet: 43, 30 and CD. RGB value is (67,48,205). Sum of RGB (Red+Green+Blue) = 67+48+205=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #4330CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4330CD is #BCCF32. Grayscale: #464646. Windows color (decimal): -12373811 or 13447235. OLE color: 13447235.

HSL color Cylindrical-coordinate representation of color #4330CD: hue angle of 247.26º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4330CD is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 67 48 205 -
CMYK 0.67 0.77 0 0.20
HSL 247.26º 0.62% 0.5% -
HSV(B) 247.26º 0.77% 0.8% -
XYZ 14.39 7.71 58.49 -
YUV 71.58 203.29 124.73 -
System Red Green Blue C M Y K H S L
Decimal 67 48 205 0.67 0.77 0 0.20 247.26 0.62 0.5
Hex 43 30 CD 43 4D 0 14 F7 3E 32
Octal 103 60 315 103 115 0 24 367 76 62
Binary 1000011 110000 11001101 1000011 1001101 0 10100 11110111 111110 110010

Color Harmonies of #4330CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4330CD

Black with #4330CD

Text Example


Text Example

White with #4330CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4330CD; }

 p { color: rgb(67,48,205); }

 H1.HeaderClassName
 {
   color: #4330CD;
 }
 .AnyTagClassName
 {
   color: #4330CD;
 }
</style>

background-color css

<style>
 a { background-color: #4330CD; }

 a { background-color: rgb(67,48,205); }

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

border-color css

<style>
 span { border-color: #4330CD; }

 span { border-color: rgb(67,48,205); }

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