Html Css Color HEX #4300BE Purple Heart

📋 copy color: '#4300BE'

red 67 ◦ green 0 ◦ blue 190

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

Shades of Purple Heart #4300BE

Tints of Purple Heart #4300BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 26.07%
G = 0%
B = 73.93%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4300BE (or 0x4300BE) is known color: Purple Heart. HEX triplet: 43, 00 and BE. RGB value is (67,0,190). Sum of RGB (Red+Green+Blue) = 67+0+190=257 (34% of max value = 765). Red value is 67 (26.56% from 255 or 26.07% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 190 (74.61% from 255 or 73.93% from 257); Max value from RGB is 190 - color contains mainly: blue. Hex color #4300BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4300BE is #BCFF41. Grayscale: #292929. Windows color (decimal): -12386114 or 12451907. OLE color: 12451907.

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

Color convert

RGB 67 0 190 -
CMYK 0.65 1 0 0.25
HSL 261.16º 1% 0.37% -
HSV(B) 261.16º 1% 0.75% -
XYZ 11.61 4.91 49.05 -
YUV 41.69 211.7 146.05 -
System Red Green Blue C M Y K H S L
Decimal 67 0 190 0.65 1 0 0.25 261.16 1 0.37
Hex 43 0 BE 41 64 0 19 105 64 25
Octal 103 0 276 101 144 0 31 405 144 45
Binary 1000011 0 10111110 1000001 1100100 0 11001 100000101 1100100 100101

Color Harmonies of #4300BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4300BE

Black with #4300BE

Text Example


Text Example

White with #4300BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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