Html Css Color HEX #6332BC Purple Heart

📋 copy color: '#6332BC'

red 99 ◦ green 50 ◦ blue 188

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

Shades of Purple Heart #6332BC

Tints of Purple Heart #6332BC

RGB

 RED value IS 99 (39.06% from 255) = 29.38%

 GREEN value IS 50 (19.92% from 255) = 14.84%

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

R = 29.38%
G = 14.84%
B = 55.79%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6332BC (or 0x6332BC) is known color: Purple Heart. HEX triplet: 63, 32 and BC. RGB value is (99,50,188). Sum of RGB (Red+Green+Blue) = 99+50+188=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #6332BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6332BC is #9CCD43. Grayscale: #4F4F4F. Windows color (decimal): -10276164 or 12333667. OLE color: 12333667.

HSL color Cylindrical-coordinate representation of color #6332BC: hue angle of 261.3º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6332BC is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 50 188 -
CMYK 0.47 0.73 0 0.26
HSL 261.3º 0.58% 0.47% -
HSV(B) 261.3º 0.73% 0.74% -
XYZ 15.36 8.56 48.42 -
YUV 80.38 188.73 141.28 -
System Red Green Blue C M Y K H S L
Decimal 99 50 188 0.47 0.73 0 0.26 261.3 0.58 0.47
Hex 63 32 BC 2F 49 0 1A 105 3A 2F
Octal 143 62 274 57 111 0 32 405 72 57
Binary 1100011 110010 10111100 101111 1001001 0 11010 100000101 111010 101111

Color Harmonies of #6332BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6332BC

Black with #6332BC

Text Example


Text Example

White with #6332BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,50,188); }

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

background-color css

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

 a { background-color: rgb(99,50,188); }

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

border-color css

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

 span { border-color: rgb(99,50,188); }

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