Html Css Color HEX #4330BE Purple Heart

📋 copy color: '#4330BE'

red 67 ◦ green 48 ◦ blue 190

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

Shades of Purple Heart #4330BE

Tints of Purple Heart #4330BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 62.3%

R = 21.97%
G = 15.74%
B = 62.3%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4330BE (or 0x4330BE) is known color: Purple Heart. HEX triplet: 43, 30 and BE. RGB value is (67,48,190). Sum of RGB (Red+Green+Blue) = 67+48+190=305 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.97% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #4330BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4330BE is #BCCF41. Grayscale: #454545. Windows color (decimal): -12373826 or 12464195. OLE color: 12464195.

HSL color Cylindrical-coordinate representation of color #4330BE: hue angle of 248.03º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4330BE is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 67 48 190 -
CMYK 0.65 0.75 0 0.25
HSL 248.03º 0.6% 0.47% -
HSV(B) 248.03º 0.75% 0.75% -
XYZ 12.67 7.02 49.4 -
YUV 69.87 195.79 125.95 -
System Red Green Blue C M Y K H S L
Decimal 67 48 190 0.65 0.75 0 0.25 248.03 0.6 0.47
Hex 43 30 BE 41 4B 0 19 F8 3C 2F
Octal 103 60 276 101 113 0 31 370 74 57
Binary 1000011 110000 10111110 1000001 1001011 0 11001 11111000 111100 101111

Color Harmonies of #4330BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4330BE

Black with #4330BE

Text Example


Text Example

White with #4330BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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