Html Css Color HEX #6713CB Purple Heart

📋 copy color: '#6713CB'

red 103 ◦ green 19 ◦ blue 203

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

Shades of Purple Heart #6713CB

Tints of Purple Heart #6713CB

RGB

 RED value IS 103 (40.63% from 255) = 31.69%

 GREEN value IS 19 (7.81% from 255) = 5.85%

 BLUE value IS 203 (79.69% from 255) = 62.46%

R = 31.69%
G = 5.85%
B = 62.46%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6713CB (or 0x6713CB) is known color: Purple Heart. HEX triplet: 67, 13 and CB. RGB value is (103,19,203). Sum of RGB (Red+Green+Blue) = 103+19+203=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #6713CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6713CB is #98EC34. Grayscale: #404040. Windows color (decimal): -10021941 or 13308775. OLE color: 13308775.

HSL color Cylindrical-coordinate representation of color #6713CB: hue angle of 267.39º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6713CB is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 19 203 -
CMYK 0.49 0.91 0 0.20
HSL 267.39º 0.83% 0.44% -
HSV(B) 267.39º 0.91% 0.8% -
XYZ 16.61 7.66 57.1 -
YUV 65.09 205.83 155.04 -
System Red Green Blue C M Y K H S L
Decimal 103 19 203 0.49 0.91 0 0.20 267.39 0.83 0.44
Hex 67 13 CB 31 5B 0 14 10B 53 2C
Octal 147 23 313 61 133 0 24 413 123 54
Binary 1100111 10011 11001011 110001 1011011 0 10100 100001011 1010011 101100

Color Harmonies of #6713CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6713CB

Black with #6713CB

Text Example


Text Example

White with #6713CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6713CB; }

 p { color: rgb(103,19,203); }

 H1.HeaderClassName
 {
   color: #6713CB;
 }
 .AnyTagClassName
 {
   color: #6713CB;
 }
</style>

background-color css

<style>
 a { background-color: #6713CB; }

 a { background-color: rgb(103,19,203); }

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

border-color css

<style>
 span { border-color: #6713CB; }

 span { border-color: rgb(103,19,203); }

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