Html Css Color HEX #6317BA Purple Heart

📋 copy color: '#6317BA'

red 99 ◦ green 23 ◦ blue 186

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

Shades of Purple Heart #6317BA

Tints of Purple Heart #6317BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.47%

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

R = 32.14%
G = 7.47%
B = 60.39%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6317BA (or 0x6317BA) is known color: Purple Heart. HEX triplet: 63, 17 and BA. RGB value is (99,23,186). Sum of RGB (Red+Green+Blue) = 99+23+186=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #6317BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6317BA is #9CE845. Grayscale: #3F3F3F. Windows color (decimal): -10283078 or 12195683. OLE color: 12195683.

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

Color convert

RGB 99 23 186 -
CMYK 0.47 0.88 0 0.27
HSL 267.98º 0.78% 0.41% -
HSV(B) 267.98º 0.88% 0.73% -
XYZ 14.31 6.81 47.01 -
YUV 64.31 196.68 152.75 -
System Red Green Blue C M Y K H S L
Decimal 99 23 186 0.47 0.88 0 0.27 267.98 0.78 0.41
Hex 63 17 BA 2F 58 0 1B 10C 4E 29
Octal 143 27 272 57 130 0 33 414 116 51
Binary 1100011 10111 10111010 101111 1011000 0 11011 100001100 1001110 101001

Color Harmonies of #6317BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6317BA

Black with #6317BA

Text Example


Text Example

White with #6317BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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