Html Css Color HEX #6326BC Purple Heart

📋 copy color: '#6326BC'

red 99 ◦ green 38 ◦ blue 188

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

Shades of Purple Heart #6326BC

Tints of Purple Heart #6326BC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.69%

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

R = 30.46%
G = 11.69%
B = 57.85%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6326BC (or 0x6326BC) is known color: Purple Heart. HEX triplet: 63, 26 and BC. RGB value is (99,38,188). Sum of RGB (Red+Green+Blue) = 99+38+188=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #6326BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6326BC is #9CD943. Grayscale: #484848. Windows color (decimal): -10279236 or 12330595. OLE color: 12330595.

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

Color convert

RGB 99 38 188 -
CMYK 0.47 0.80 0 0.26
HSL 264.4º 0.66% 0.44% -
HSV(B) 264.4º 0.8% 0.74% -
XYZ 14.92 7.67 48.27 -
YUV 73.34 192.71 146.3 -
System Red Green Blue C M Y K H S L
Decimal 99 38 188 0.47 0.80 0 0.26 264.4 0.66 0.44
Hex 63 26 BC 2F 50 0 1A 108 42 2C
Octal 143 46 274 57 120 0 32 410 102 54
Binary 1100011 100110 10111100 101111 1010000 0 11010 100001000 1000010 101100

Color Harmonies of #6326BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6326BC

Black with #6326BC

Text Example


Text Example

White with #6326BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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