Html Css Color HEX #4303BC Purple Heart

📋 copy color: '#4303BC'

red 67 ◦ green 3 ◦ blue 188

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

Shades of Purple Heart #4303BC

Tints of Purple Heart #4303BC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

 BLUE value IS 188 (73.83% from 255) = 72.87%

R = 25.97%
G = 1.16%
B = 72.87%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4303BC (or 0x4303BC) is known color: Purple Heart. HEX triplet: 43, 03 and BC. RGB value is (67,3,188). Sum of RGB (Red+Green+Blue) = 67+3+188=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 188 (73.83% from 255 or 72.87% from 258); Max value from RGB is 188 - color contains mainly: blue. Hex color #4303BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4303BC is #BCFC43. Grayscale: #2A2A2A. Windows color (decimal): -12385348 or 12321603. OLE color: 12321603.

HSL color Cylindrical-coordinate representation of color #4303BC: hue angle of 260.76º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4303BC is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 67 3 188 -
CMYK 0.64 0.98 0 0.26
HSL 260.76º 0.97% 0.37% -
HSV(B) 260.76º 0.98% 0.74% -
XYZ 11.42 4.89 47.92 -
YUV 43.23 209.7 144.96 -
System Red Green Blue C M Y K H S L
Decimal 67 3 188 0.64 0.98 0 0.26 260.76 0.97 0.37
Hex 43 3 BC 40 62 0 1A 105 61 25
Octal 103 3 274 100 142 0 32 405 141 45
Binary 1000011 11 10111100 1000000 1100010 0 11010 100000101 1100001 100101

Color Harmonies of #4303BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4303BC

Black with #4303BC

Text Example


Text Example

White with #4303BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4303BC; }

 p { color: rgb(67,3,188); }

 H1.HeaderClassName
 {
   color: #4303BC;
 }
 .AnyTagClassName
 {
   color: #4303BC;
 }
</style>

background-color css

<style>
 a { background-color: #4303BC; }

 a { background-color: rgb(67,3,188); }

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

border-color css

<style>
 span { border-color: #4303BC; }

 span { border-color: rgb(67,3,188); }

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