Html Css Color HEX #6318BA Purple Heart

📋 copy color: '#6318BA'

red 99 ◦ green 24 ◦ blue 186

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

Shades of Purple Heart #6318BA

Tints of Purple Heart #6318BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.77%

 BLUE value IS 186 (73.05% from 255) = 60.19%

R = 32.04%
G = 7.77%
B = 60.19%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6318BA (or 0x6318BA) is known color: Purple Heart. HEX triplet: 63, 18 and BA. RGB value is (99,24,186). Sum of RGB (Red+Green+Blue) = 99+24+186=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #6318BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6318BA is #9CE745. Grayscale: #404040. Windows color (decimal): -10282822 or 12195939. OLE color: 12195939.

HSL color Cylindrical-coordinate representation of color #6318BA: hue angle of 267.78º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6318BA is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 24 186 -
CMYK 0.47 0.87 0 0.27
HSL 267.78º 0.77% 0.41% -
HSV(B) 267.78º 0.87% 0.73% -
XYZ 14.34 6.85 47.02 -
YUV 64.89 196.35 152.33 -
System Red Green Blue C M Y K H S L
Decimal 99 24 186 0.47 0.87 0 0.27 267.78 0.77 0.41
Hex 63 18 BA 2F 57 0 1B 10C 4D 29
Octal 143 30 272 57 127 0 33 414 115 51
Binary 1100011 11000 10111010 101111 1010111 0 11011 100001100 1001101 101001

Color Harmonies of #6318BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6318BA

Black with #6318BA

Text Example


Text Example

White with #6318BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6318BA; }

 p { color: rgb(99,24,186); }

 H1.HeaderClassName
 {
   color: #6318BA;
 }
 .AnyTagClassName
 {
   color: #6318BA;
 }
</style>

background-color css

<style>
 a { background-color: #6318BA; }

 a { background-color: rgb(99,24,186); }

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

border-color css

<style>
 span { border-color: #6318BA; }

 span { border-color: rgb(99,24,186); }

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