Html Css Color HEX #6317BC Purple Heart

📋 copy color: '#6317BC'

red 99 ◦ green 23 ◦ blue 188

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

Shades of Purple Heart #6317BC

Tints of Purple Heart #6317BC

RGB

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

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

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

R = 31.94%
G = 7.42%
B = 60.65%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6317BC (or 0x6317BC) is known color: Purple Heart. HEX triplet: 63, 17 and BC. RGB value is (99,23,188). Sum of RGB (Red+Green+Blue) = 99+23+188=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #6317BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6317BC is #9CE843. Grayscale: #3F3F3F. Windows color (decimal): -10283076 or 12326755. OLE color: 12326755.

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

Color convert

RGB 99 23 188 -
CMYK 0.47 0.88 0 0.26
HSL 267.64º 0.78% 0.41% -
HSV(B) 267.64º 0.88% 0.74% -
XYZ 14.53 6.9 48.14 -
YUV 64.53 197.68 152.58 -
System Red Green Blue C M Y K H S L
Decimal 99 23 188 0.47 0.88 0 0.26 267.64 0.78 0.41
Hex 63 17 BC 2F 58 0 1A 10C 4E 29
Octal 143 27 274 57 130 0 32 414 116 51
Binary 1100011 10111 10111100 101111 1011000 0 11010 100001100 1001110 101001

Color Harmonies of #6317BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6317BC

Black with #6317BC

Text Example


Text Example

White with #6317BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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