Html Css Color HEX #6310CF Purple Heart

📋 copy color: '#6310CF'

red 99 ◦ green 16 ◦ blue 207

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

Shades of Purple Heart #6310CF

Tints of Purple Heart #6310CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.29%

R = 30.75%
G = 4.97%
B = 64.29%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6310CF (or 0x6310CF) is known color: Purple Heart. HEX triplet: 63, 10 and CF. RGB value is (99,16,207). Sum of RGB (Red+Green+Blue) = 99+16+207=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #6310CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6310CF is #9CEF30. Grayscale: #3D3D3D. Windows color (decimal): -10284849 or 13570147. OLE color: 13570147.

HSL color Cylindrical-coordinate representation of color #6310CF: hue angle of 266.07º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6310CF is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 16 207 -
CMYK 0.52 0.92 0 0.19
HSL 266.07º 0.86% 0.44% -
HSV(B) 266.07º 0.92% 0.81% -
XYZ 16.59 7.53 59.61 -
YUV 62.59 209.5 153.97 -
System Red Green Blue C M Y K H S L
Decimal 99 16 207 0.52 0.92 0 0.19 266.07 0.86 0.44
Hex 63 10 CF 34 5C 0 13 10A 56 2C
Octal 143 20 317 64 134 0 23 412 126 54
Binary 1100011 10000 11001111 110100 1011100 0 10011 100001010 1010110 101100

Color Harmonies of #6310CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6310CF

Black with #6310CF

Text Example


Text Example

White with #6310CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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