Html Css Color HEX #6310BC Purple Heart

📋 copy color: '#6310BC'

red 99 ◦ green 16 ◦ blue 188

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

Shades of Purple Heart #6310BC

Tints of Purple Heart #6310BC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.28%

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

R = 32.67%
G = 5.28%
B = 62.05%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6310BC (or 0x6310BC) is known color: Purple Heart. HEX triplet: 63, 10 and BC. RGB value is (99,16,188). Sum of RGB (Red+Green+Blue) = 99+16+188=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #6310BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6310BC is #9CEF43. Grayscale: #3B3B3B. Windows color (decimal): -10284868 or 12324963. OLE color: 12324963.

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

Color convert

RGB 99 16 188 -
CMYK 0.47 0.91 0 0.26
HSL 268.95º 0.84% 0.4% -
HSV(B) 268.95º 0.91% 0.74% -
XYZ 14.41 6.65 48.1 -
YUV 60.43 200 155.51 -
System Red Green Blue C M Y K H S L
Decimal 99 16 188 0.47 0.91 0 0.26 268.95 0.84 0.4
Hex 63 10 BC 2F 5B 0 1A 10D 54 28
Octal 143 20 274 57 133 0 32 415 124 50
Binary 1100011 10000 10111100 101111 1011011 0 11010 100001101 1010100 101000

Color Harmonies of #6310BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6310BC

Black with #6310BC

Text Example


Text Example

White with #6310BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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