Html Css Color HEX #6913CB Purple Heart

📋 copy color: '#6913CB'

red 105 ◦ green 19 ◦ blue 203

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

Shades of Purple Heart #6913CB

Tints of Purple Heart #6913CB

RGB

 RED value IS 105 (41.41% from 255) = 32.11%

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

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

R = 32.11%
G = 5.81%
B = 62.08%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6913CB (or 0x6913CB) is known color: Purple Heart. HEX triplet: 69, 13 and CB. RGB value is (105,19,203). Sum of RGB (Red+Green+Blue) = 105+19+203=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #6913CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6913CB is #96EC34. Grayscale: #414141. Windows color (decimal): -9890869 or 13308777. OLE color: 13308777.

HSL color Cylindrical-coordinate representation of color #6913CB: hue angle of 268.04º 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 #6913CB is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 19 203 -
CMYK 0.48 0.91 0 0.20
HSL 268.04º 0.83% 0.44% -
HSV(B) 268.04º 0.91% 0.8% -
XYZ 16.84 7.78 57.11 -
YUV 65.69 205.49 156.04 -
System Red Green Blue C M Y K H S L
Decimal 105 19 203 0.48 0.91 0 0.20 268.04 0.83 0.44
Hex 69 13 CB 30 5B 0 14 10C 53 2C
Octal 151 23 313 60 133 0 24 414 123 54
Binary 1101001 10011 11001011 110000 1011011 0 10100 100001100 1010011 101100

Color Harmonies of #6913CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6913CB

Black with #6913CB

Text Example


Text Example

White with #6913CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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