Html Css Color HEX #6935BC Purple Heart

📋 copy color: '#6935BC'

red 105 ◦ green 53 ◦ blue 188

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

Shades of Purple Heart #6935BC

Tints of Purple Heart #6935BC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.32%

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

R = 30.35%
G = 15.32%
B = 54.34%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6935BC (or 0x6935BC) is known color: Purple Heart. HEX triplet: 69, 35 and BC. RGB value is (105,53,188). Sum of RGB (Red+Green+Blue) = 105+53+188=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #6935BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6935BC is #96CA43. Grayscale: #535353. Windows color (decimal): -9882180 or 12334441. OLE color: 12334441.

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

Color convert

RGB 105 53 188 -
CMYK 0.44 0.72 0 0.26
HSL 263.11º 0.56% 0.47% -
HSV(B) 263.11º 0.72% 0.74% -
XYZ 16.18 9.18 48.5 -
YUV 83.94 186.73 143.02 -
System Red Green Blue C M Y K H S L
Decimal 105 53 188 0.44 0.72 0 0.26 263.11 0.56 0.47
Hex 69 35 BC 2C 48 0 1A 107 38 2F
Octal 151 65 274 54 110 0 32 407 70 57
Binary 1101001 110101 10111100 101100 1001000 0 11010 100000111 111000 101111

Color Harmonies of #6935BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6935BC

Black with #6935BC

Text Example


Text Example

White with #6935BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,53,188); }

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

background-color css

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

 a { background-color: rgb(105,53,188); }

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

border-color css

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

 span { border-color: rgb(105,53,188); }

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